Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit af75889

Browse files
chore(deps): update github/codeql-action action to v2.20.2 (#2584)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c00a04b commit af75889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql_analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
java-version: 18
4747

4848
- name: Initialize CodeQL
49-
uses: github/codeql-action/init@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2.20.1
49+
uses: github/codeql-action/init@004c5de30b6423267685b897a3d595e944f7fed5 # v2.20.2
5050
with:
5151
languages: java
5252
tools: latest
@@ -60,6 +60,6 @@ jobs:
6060
arguments: assembleNonFreeRelease
6161

6262
- name: Perform CodeQL Analysis
63-
uses: github/codeql-action/analyze@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2.20.1
63+
uses: github/codeql-action/analyze@004c5de30b6423267685b897a3d595e944f7fed5 # v2.20.2
6464
with:
6565
category: "/language:java"

0 commit comments

Comments
 (0)