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