Skip to content

Commit fedb202

Browse files
committed
Try to use v3 codeql workflow
1 parent 0877154 commit fedb202

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
3535
# Initializes the CodeQL tools for scanning.
3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@v2
37+
uses: github/codeql-action/init@v3
3838
with:
3939
languages: ${{ matrix.language }}
4040

4141

4242
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
4343
# If this step fails, then you should remove it and run the build manually (see below)
4444
- name: Autobuild
45-
uses: github/codeql-action/autobuild@v2
45+
uses: github/codeql-action/autobuild@v3
4646

4747
# If the Autobuild fails above, remove it and uncomment the following three lines.
4848
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
@@ -52,6 +52,6 @@ jobs:
5252
# ./location_of_script_within_repo/buildscript.sh
5353

5454
- name: Perform CodeQL Analysis
55-
uses: github/codeql-action/analyze@v2
55+
uses: github/codeql-action/analyze@v3
5656
with:
5757
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)