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