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