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 1fa93f5 commit 570f495Copy full SHA for 570f495
.github/workflows/codeql.yml
@@ -69,7 +69,7 @@ jobs:
69
70
# Initializes the CodeQL tools for scanning.
71
- name: Initialize CodeQL
72
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
73
with:
74
languages: ${{ matrix.language }}
75
build-mode: ${{ matrix.build-mode }}
@@ -97,6 +97,6 @@ jobs:
97
exit 1
98
99
- name: Perform CodeQL Analysis
100
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
101
102
category: "/language:${{matrix.language}}"
0 commit comments