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

Commit fa29b50

Browse files
chore(deps): update github/codeql-action action to v3.24.9 (#2972)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 25fb87f commit fa29b50

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: 20
3232

3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8
34+
uses: github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
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@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8
48+
uses: github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
4949
with:
5050
category: "/language:java"

0 commit comments

Comments
 (0)