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 1535e47 commit 34d9179Copy full SHA for 34d9179
1 file changed
.github/workflows/codeql.yml
@@ -63,7 +63,7 @@ jobs:
63
64
# Initializes the CodeQL tools for scanning.
65
- name: Initialize CodeQL
66
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
67
with:
68
languages: ${{ matrix.language }}
69
build-mode: ${{ matrix.build-mode }}
@@ -91,6 +91,6 @@ jobs:
91
exit 1
92
93
- name: Perform CodeQL Analysis
94
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
95
96
category: "/language:${{matrix.language}}"
0 commit comments