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 aa14395 commit 7dae8e0Copy full SHA for 7dae8e0
.github/workflows/codeql.yml
@@ -44,7 +44,7 @@ jobs:
44
45
# Initializes the CodeQL tools for scanning.
46
- name: Initialize CodeQL
47
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
48
with:
49
languages: ${{ matrix.language }}
50
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -80,6 +80,6 @@ jobs:
80
# ./location_of_script_within_repo/buildscript.sh
81
82
- name: Perform CodeQL Analysis
83
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
84
85
category: "/language:${{matrix.language}}"
0 commit comments