Skip to content

Commit 2007360

Browse files
committed
Upgrade codeql script versions
1 parent 5eef464 commit 2007360

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
8585
# Initializes the CodeQL tools for scanning.
8686
- name: Initialize CodeQL
87-
uses: github/codeql-action/init@v1
87+
uses: github/codeql-action/init@v2
8888
with:
8989
languages: ${{ matrix.language }}
9090
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -99,4 +99,4 @@ jobs:
9999
cmake --build ./build --config ${{matrix.build_type}}
100100
101101
- name: Perform CodeQL Analysis
102-
uses: github/codeql-action/analyze@v1
102+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)