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

Commit 2046abf

Browse files
chore(deps): update github/codeql-action action to v3.24.10 (#2985)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 19dd8e2 commit 2046abf

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@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
34+
uses: github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
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@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
48+
uses: github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
4949
with:
5050
category: "/language:java"

0 commit comments

Comments
 (0)