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 a38971f commit 5c6a203Copy full SHA for 5c6a203
.github/workflows/codeql.yml
@@ -43,7 +43,7 @@ jobs:
43
44
# Initializes the CodeQL tools for scanning.
45
- name: Initialize CodeQL
46
- uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3
+ uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
47
with:
48
languages: ${{ matrix.language }}
49
build-mode: ${{ matrix.build-mode }}
@@ -60,6 +60,6 @@ jobs:
60
pip install -e .
61
62
- name: Perform CodeQL Analysis
63
- uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3
+ uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
64
65
category: "/language:${{matrix.language}}"
0 commit comments