Skip to content

Commit b869cf5

Browse files
authored
Bump CodeQL from v2 to v3 (#1305)
v2 was deprecated a few years ago
1 parent 804744c commit b869cf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
# Initializes the CodeQL tools for scanning.
7474
- name: Initialize CodeQL
75-
uses: github/codeql-action/init@v2
75+
uses: github/codeql-action/init@v3
7676
with:
7777
languages: ${{ matrix.language }}
7878
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -95,4 +95,4 @@ jobs:
9595
./gradlew build
9696
9797
- name: Perform CodeQL Analysis
98-
uses: github/codeql-action/analyze@v2
98+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)