Skip to content

Commit 477f866

Browse files
Update github/codeql-action action to v3 (#1027)
1 parent 22e5c28 commit 477f866

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
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Initialize CodeQL
24-
uses: github/codeql-action/init@v2
24+
uses: github/codeql-action/init@v3
2525
with:
2626
languages: java
2727

@@ -44,4 +44,4 @@ jobs:
4444
assemble check
4545
4646
- name: Perform CodeQL Analysis
47-
uses: github/codeql-action/analyze@v2
47+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)