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