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 36b79b1 + afb3e54 commit 3e1a6c5Copy full SHA for 3e1a6c5
.github/workflows/codeql-analysis.yml
@@ -52,7 +52,7 @@ jobs:
52
53
# Initializes the CodeQL tools for scanning.
54
- name: Initialize CodeQL
55
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
56
with:
57
languages: ${{ matrix.language }}
58
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -65,4 +65,4 @@ jobs:
65
make build
66
67
- name: Perform CodeQL Analysis
68
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments