We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73cf0aa + ba20658 commit 2c00659Copy full SHA for 2c00659
.github/workflows/codeql-analysis.yml
@@ -29,7 +29,7 @@ jobs:
29
30
# Initializes the CodeQL tools for scanning.
31
- name: Initialize CodeQL
32
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
33
# Override language selection by uncommenting this and choosing your languages
34
with:
35
languages: python, cpp
@@ -51,4 +51,4 @@ jobs:
51
MAXMINDDB_REQUIRE_EXTENSION: 1
52
53
- name: Perform CodeQL Analysis
54
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments