We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f91aca commit a7b5aaeCopy full SHA for a7b5aae
1 file changed
.github/workflows/codeql.yml
@@ -68,7 +68,7 @@ jobs:
68
69
# Initializes the CodeQL tools for scanning.
70
- name: Initialize CodeQL
71
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
72
with:
73
languages: ${{ matrix.language }}
74
build-mode: ${{ matrix.build-mode }}
@@ -100,6 +100,6 @@ jobs:
100
exit 1
101
102
- name: Perform CodeQL Analysis
103
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
104
105
category: "/language:${{matrix.language}}"
0 commit comments