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 f43469d commit 3ad60a5Copy full SHA for 3ad60a5
.github/workflows/codeql.yml
@@ -60,7 +60,7 @@ jobs:
60
61
# Initializes the CodeQL tools for scanning.
62
- name: Initialize CodeQL
63
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
64
with:
65
languages: ${{ matrix.language }}
66
build-mode: ${{ matrix.build-mode }}
@@ -88,6 +88,6 @@ jobs:
88
exit 1
89
90
- name: Perform CodeQL Analysis
91
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
92
93
category: "/language:${{matrix.language}}"
0 commit comments