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