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 67384f0 commit 215b3b1Copy full SHA for 215b3b1
.github/workflows/codeql.yml
@@ -46,7 +46,7 @@ jobs:
46
47
# Initializes the CodeQL tools for scanning.
48
- name: Initialize CodeQL
49
- uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3
+ uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
50
with:
51
languages: ${{ matrix.language }}
52
build-mode: ${{ matrix.build-mode }}
@@ -63,6 +63,6 @@ jobs:
63
pip install -e .
64
65
- name: Perform CodeQL Analysis
66
- uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3
+ uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
67
68
category: "/language:${{matrix.language}}"
0 commit comments