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 3d82883 commit 35e3f1eCopy full SHA for 35e3f1e
.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: manual
@@ -64,6 +64,6 @@ jobs:
64
--no-daemon --stacktrace --rerun-tasks
65
66
- name: Analyze
67
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
68
69
category: '/language:${{ matrix.language }}'
0 commit comments