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