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