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