We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccebfc8 commit ba380b0Copy full SHA for ba380b0
1 file changed
.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.
@@ -72,6 +72,6 @@ jobs:
72
# ./location_of_script_within_repo/buildscript.sh
73
74
- name: Perform CodeQL Analysis
75
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
76
77
category: "/language:${{matrix.language}}"
0 commit comments