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