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