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