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 0ee4990 commit 6affab0Copy full SHA for 6affab0
.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@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
+ uses: github/codeql-action/init@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3
27
with:
28
languages: ${{ matrix.language }}
29
30
- name: Perform CodeQL Analysis
31
- uses: github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
+ uses: github/codeql-action/analyze@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3
32
33
category: "/language:${{matrix.language}}"
0 commit comments