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