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 2e6a72b commit b9a0f06Copy full SHA for b9a0f06
.github/workflows/codeql.yml
@@ -42,7 +42,7 @@ jobs:
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
45
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
46
with:
47
languages: ${{ matrix.language }}
48
build-mode: ${{ matrix.build-mode }}
@@ -70,6 +70,6 @@ jobs:
70
exit 1
71
72
- name: Perform CodeQL Analysis
73
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
74
75
category: "/language:${{matrix.language}}"
0 commit comments