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 65d92e3 commit c335fafCopy full SHA for c335faf
.github/workflows/codeql.yml
@@ -45,7 +45,7 @@ jobs:
45
46
# Initializes the CodeQL tools for scanning.
47
- name: Initialize CodeQL
48
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
49
with:
50
languages: ${{ matrix.language }}
51
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -71,6 +71,6 @@ jobs:
71
# ./location_of_script_within_repo/buildscript.sh
72
73
- name: Perform CodeQL Analysis
74
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
75
76
category: '/language:${{matrix.language}}'
0 commit comments