Skip to content

Commit c377f0b

Browse files
authored
Update CodeQL to v2 due to v1 deprecation (#206)
1 parent b4efab9 commit c377f0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
uses: actions/checkout@v4
3030

3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@v1
32+
uses: github/codeql-action/init@v2
3333
with:
3434
languages: ${{ matrix.language }}
3535
- name: Autobuild
36-
uses: github/codeql-action/autobuild@v1
36+
uses: github/codeql-action/autobuild@v2
3737

3838
# ℹ️ Command-line programs to run using the OS shell.
3939
# 📚 https://git.io/JvXDl
@@ -47,4 +47,4 @@ jobs:
4747
# make release
4848

4949
- name: Perform CodeQL Analysis
50-
uses: github/codeql-action/analyze@v1
50+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)