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.
1 parent a3518b8 commit 26a30a7Copy full SHA for 26a30a7
.github/workflows/codeql.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.
@@ -83,6 +83,6 @@ jobs:
83
# ./location_of_script_within_repo/buildscript.sh
84
85
- name: Perform CodeQL Analysis
86
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
87
88
category: /language:${{matrix.language}}
0 commit comments