Skip to content

Commit a052d54

Browse files
committed
upgrade to codeql v2
1 parent 5a35b61 commit a052d54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

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

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL
53-
uses: github/codeql-action/init@v1
53+
uses: github/codeql-action/init@v2
5454
with:
5555
languages: ${{ matrix.language }}
5656
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -71,4 +71,4 @@ jobs:
7171
make
7272
7373
- name: Perform CodeQL Analysis
74-
uses: github/codeql-action/analyze@v1
74+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)