Skip to content

Commit e24fc9d

Browse files
authored
Upgrade CodeQL
1 parent 70f0615 commit e24fc9d

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
@@ -37,7 +37,7 @@ jobs:
3737

3838
# Initializes the CodeQL tools for scanning.
3939
- name: Initialize CodeQL
40-
uses: github/codeql-action/init@v1
40+
uses: github/codeql-action/init@v2
4141
with:
4242
languages: ${{ matrix.language }}
4343
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -49,7 +49,7 @@ jobs:
4949
# If this step fails, then you should remove it and run the build manually (see below)
5050
- if: matrix.language == 'javascript'
5151
name: Autobuild
52-
uses: github/codeql-action/autobuild@v1
52+
uses: github/codeql-action/autobuild@v2
5353

5454
# ℹ️ Command-line programs to run using the OS shell.
5555
# 📚 https://git.io/JvXDl
@@ -64,4 +64,4 @@ jobs:
6464
make release
6565
6666
- name: Perform CodeQL Analysis
67-
uses: github/codeql-action/analyze@v1
67+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)