chore(deps): update github/codeql-action digest to 942acab (#515)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e9044af48e
commit
ef199b94fd
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
cache: maven
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@262017ad696fbbc590dc7a761f83b9f149d2773f
|
||||
uses: github/codeql-action/init@942acabcd0789844bc9e657cd21b52070cc00afe
|
||||
with:
|
||||
languages: java
|
||||
|
||||
|
|
@ -51,4 +51,4 @@ jobs:
|
|||
verbose: true # optional (default = false)
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@262017ad696fbbc590dc7a761f83b9f149d2773f
|
||||
uses: github/codeql-action/analyze@942acabcd0789844bc9e657cd21b52070cc00afe
|
||||
|
|
|
|||
|
|
@ -33,12 +33,12 @@ jobs:
|
|||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@262017ad696fbbc590dc7a761f83b9f149d2773f
|
||||
uses: github/codeql-action/init@942acabcd0789844bc9e657cd21b52070cc00afe
|
||||
with:
|
||||
languages: java
|
||||
|
||||
- name: Autobuild
|
||||
uses: github/codeql-action/autobuild@262017ad696fbbc590dc7a761f83b9f149d2773f
|
||||
uses: github/codeql-action/autobuild@942acabcd0789844bc9e657cd21b52070cc00afe
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@262017ad696fbbc590dc7a761f83b9f149d2773f
|
||||
uses: github/codeql-action/analyze@942acabcd0789844bc9e657cd21b52070cc00afe
|
||||
|
|
|
|||
Loading…
Reference in New Issue