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 817289c commit 0bdb690Copy full SHA for 0bdb690
.github/workflows/codeql.yml
@@ -45,7 +45,7 @@ jobs:
45
46
# Initializes the CodeQL tools for scanning.
47
- name: Initialize CodeQL
48
- uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3
+ uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4
49
with:
50
languages: ${{ matrix.language }}
51
build-mode: ${{ matrix.build-mode }}
@@ -62,6 +62,6 @@ jobs:
62
pip install -e .
63
64
- name: Perform CodeQL Analysis
65
- uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3
+ uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4
66
67
category: "/language:${{matrix.language}}"
0 commit comments