Skip to content

Commit 2538ae2

Browse files
committed
chore(codeql): update CodeQL Action to v3
CodeQL Action major versions v1 and v2 have been deprecated. This updates all occurrences of CodeQL Action to v3 to ensure compatibility. Reference: https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
1 parent 106511b commit 2538ae2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
# Initializes the CodeQL tools for scanning.
3939
- name: Initialize CodeQL
40-
uses: github/codeql-action/init@v2
40+
uses: github/codeql-action/init@v3
4141
with:
4242
packs: carlspring/vertx-codeql-queries
4343
languages: java
@@ -52,7 +52,7 @@ jobs:
5252
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
5353
# If this step fails, then you should remove it and run the build manually (see below)
5454
- name: Autobuild
55-
uses: github/codeql-action/autobuild@v2
55+
uses: github/codeql-action/autobuild@v3
5656

5757
# ℹ️ Command-line programs to run using the OS shell.
5858
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -65,6 +65,6 @@ jobs:
6565
# ./location_of_script_within_repo/buildscript.sh
6666

6767
- name: Perform CodeQL Analysis
68-
uses: github/codeql-action/analyze@v2
68+
uses: github/codeql-action/analyze@v3
6969
with:
7070
category: "/language:java"

0 commit comments

Comments
 (0)