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