chore(deps): update github/codeql-action digest to 8f1a6fe (#963)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
6d6bcd1dea
commit
402cb1bc22
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
cache: maven
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@9c15e42f1946cfbe111f73c5ef018c6edc22f693
|
||||
uses: github/codeql-action/init@8f1a6fed33af5212fab8a999d004627ae8901d1b
|
||||
with:
|
||||
languages: java
|
||||
|
||||
|
|
@ -45,4 +45,4 @@ jobs:
|
|||
verbose: true # optional (default = false)
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@9c15e42f1946cfbe111f73c5ef018c6edc22f693
|
||||
uses: github/codeql-action/analyze@8f1a6fed33af5212fab8a999d004627ae8901d1b
|
||||
|
|
|
|||
|
|
@ -33,12 +33,12 @@ jobs:
|
|||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@9c15e42f1946cfbe111f73c5ef018c6edc22f693
|
||||
uses: github/codeql-action/init@8f1a6fed33af5212fab8a999d004627ae8901d1b
|
||||
with:
|
||||
languages: java
|
||||
|
||||
- name: Autobuild
|
||||
uses: github/codeql-action/autobuild@9c15e42f1946cfbe111f73c5ef018c6edc22f693
|
||||
uses: github/codeql-action/autobuild@8f1a6fed33af5212fab8a999d004627ae8901d1b
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@9c15e42f1946cfbe111f73c5ef018c6edc22f693
|
||||
uses: github/codeql-action/analyze@8f1a6fed33af5212fab8a999d004627ae8901d1b
|
||||
|
|
|
|||
Loading…
Reference in New Issue