chore(deps): update github/codeql-action digest to be30325 (#1479)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
0b57bcafc1
commit
844d5e244b
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
cache: maven
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@466d6ce58447f9589003cca18ec288b128465541
|
||||
uses: github/codeql-action/init@be30325fa679497c9a67f006166793cfa1d5840d
|
||||
with:
|
||||
languages: java
|
||||
|
||||
|
|
@ -55,4 +55,4 @@ jobs:
|
|||
verbose: true # optional (default = false)
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@466d6ce58447f9589003cca18ec288b128465541
|
||||
uses: github/codeql-action/analyze@be30325fa679497c9a67f006166793cfa1d5840d
|
||||
|
|
|
|||
|
|
@ -33,12 +33,12 @@ jobs:
|
|||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@466d6ce58447f9589003cca18ec288b128465541
|
||||
uses: github/codeql-action/init@be30325fa679497c9a67f006166793cfa1d5840d
|
||||
with:
|
||||
languages: java
|
||||
|
||||
- name: Autobuild
|
||||
uses: github/codeql-action/autobuild@466d6ce58447f9589003cca18ec288b128465541
|
||||
uses: github/codeql-action/autobuild@be30325fa679497c9a67f006166793cfa1d5840d
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@466d6ce58447f9589003cca18ec288b128465541
|
||||
uses: github/codeql-action/analyze@be30325fa679497c9a67f006166793cfa1d5840d
|
||||
|
|
|
|||
Loading…
Reference in New Issue