Skip to content

Commit 3ca0c62

Browse files
committedOct 26, 2024··
gha: update CodeQL action to v3, as v2 is deprecated
Support for CodeQL actions v2 will end on December 5th, 2024 - https://github.com/github/codeql-action/blob/main/README.md#supported-versions-of-the-codeql-action - https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/ Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 1d06b76 commit 3ca0c62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
go-version: 1.22.x
3535

3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@v2
37+
uses: github/codeql-action/init@v3
3838

3939
- run: make build binaries
4040

4141
- name: Perform CodeQL Analysis
42-
uses: github/codeql-action/analyze@v2
42+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)
Please sign in to comment.