We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4c63a commit c5d520bCopy full SHA for c5d520b
.github/workflows/codeql.yml
@@ -37,11 +37,11 @@ jobs:
37
38
# Initializes the CodeQL tools for scanning.
39
- name: Initialize CodeQL
40
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
41
with:
42
languages: ${{ matrix.language }}
43
44
- name: Perform CodeQL Analysis
45
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
46
47
category: "/language:${{matrix.language}}"
0 commit comments