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