We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eef464 commit 2007360Copy full SHA for 2007360
.github/workflows/codeql-analysis.yml
@@ -84,7 +84,7 @@ jobs:
84
85
# Initializes the CodeQL tools for scanning.
86
- name: Initialize CodeQL
87
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
88
with:
89
languages: ${{ matrix.language }}
90
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -99,4 +99,4 @@ jobs:
99
cmake --build ./build --config ${{matrix.build_type}}
100
101
- name: Perform CodeQL Analysis
102
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
0 commit comments