chore(deps): update github/codeql-action digest to efffb48 (#1402)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
1f2d071508
commit
384953d30e
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
cache: maven
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@9f45e7498becbbc08084a122b4be9ab534ac6d88
|
||||
uses: github/codeql-action/init@efffb483ec7bb162c4b7935f8b35ab6b94136c7b
|
||||
with:
|
||||
languages: java
|
||||
|
||||
|
|
@ -55,4 +55,4 @@ jobs:
|
|||
verbose: true # optional (default = false)
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@9f45e7498becbbc08084a122b4be9ab534ac6d88
|
||||
uses: github/codeql-action/analyze@efffb483ec7bb162c4b7935f8b35ab6b94136c7b
|
||||
|
|
|
|||
|
|
@ -33,12 +33,12 @@ jobs:
|
|||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@9f45e7498becbbc08084a122b4be9ab534ac6d88
|
||||
uses: github/codeql-action/init@efffb483ec7bb162c4b7935f8b35ab6b94136c7b
|
||||
with:
|
||||
languages: java
|
||||
|
||||
- name: Autobuild
|
||||
uses: github/codeql-action/autobuild@9f45e7498becbbc08084a122b4be9ab534ac6d88
|
||||
uses: github/codeql-action/autobuild@efffb483ec7bb162c4b7935f8b35ab6b94136c7b
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@9f45e7498becbbc08084a122b4be9ab534ac6d88
|
||||
uses: github/codeql-action/analyze@efffb483ec7bb162c4b7935f8b35ab6b94136c7b
|
||||
|
|
|
|||
Loading…
Reference in New Issue