chore(deps): update github/codeql-action action to v2.20.0 (#2554)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e7982f1f0c
commit
f0c75fc341
1 changed files with 2 additions and 2 deletions
4
.github/workflows/codeql_analysis.yml
vendored
4
.github/workflows/codeql_analysis.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
||||||
java-version: 18
|
java-version: 18
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
|
uses: github/codeql-action/init@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2.20.0
|
||||||
with:
|
with:
|
||||||
languages: java
|
languages: java
|
||||||
tools: latest
|
tools: latest
|
||||||
|
@ -60,6 +60,6 @@ jobs:
|
||||||
arguments: assembleNonFreeRelease
|
arguments: assembleNonFreeRelease
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
|
uses: github/codeql-action/analyze@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2.20.0
|
||||||
with:
|
with:
|
||||||
category: "/language:java"
|
category: "/language:java"
|
||||||
|
|
Loading…
Reference in a new issue