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 26dedf4 commit 223895bCopy full SHA for 223895b
1 file changed
.github/workflows/codeql.yml
@@ -69,7 +69,7 @@ jobs:
69
70
# Initializes the CodeQL tools for scanning.
71
- name: Initialize CodeQL
72
- uses: github/codeql-action/init@6624720a57d4c312633c7b953db2f2da5bcb4c3a # v3.32.6
+ uses: github/codeql-action/init@3b1a19a80ab047f35cbb237b5bd9bdc1e14f166c # v3.32.6
73
with:
74
languages: ${{ matrix.language }}
75
build-mode: ${{ matrix.build-mode }}
@@ -98,6 +98,6 @@ jobs:
98
exit 1
99
100
- name: Perform CodeQL Analysis
101
- uses: github/codeql-action/analyze@6624720a57d4c312633c7b953db2f2da5bcb4c3a # v3.32.6
+ uses: github/codeql-action/analyze@3b1a19a80ab047f35cbb237b5bd9bdc1e14f166c # v3.32.6
102
103
category: "/language:${{matrix.language}}"
0 commit comments