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