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