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 bcc187a commit 1bdb0b7Copy full SHA for 1bdb0b7
.github/workflows/code-ql.yml
@@ -23,11 +23,11 @@ jobs:
23
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24
25
- name: Initialize CodeQL
26
- uses: github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3
+ uses: github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3
27
with:
28
languages: ${{ matrix.language }}
29
30
- name: Perform CodeQL Analysis
31
- uses: github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3
+ uses: github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3
32
33
category: "/language:${{matrix.language}}"
0 commit comments