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

Commit 0ee4a7d

Browse files
chore(deps): update github/codeql-action action to v2.20.4 (#2604)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ac2655d commit 0ee4a7d

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
@@ -31,7 +31,7 @@ jobs:
3131
java-version: 18
3232

3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2.20.3
34+
uses: github/codeql-action/init@489225d82a57396c6f426a40e66d461b16b3461d # v2.20.4
3535
with:
3636
languages: java
3737
tools: latest
@@ -45,6 +45,6 @@ jobs:
4545
arguments: assembleNonFreeRelease
4646

4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2.20.3
48+
uses: github/codeql-action/analyze@489225d82a57396c6f426a40e66d461b16b3461d # v2.20.4
4949
with:
5050
category: "/language:java"

0 commit comments

Comments
 (0)