We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc68a2f commit 17804c2Copy full SHA for 17804c2
1 file changed
.github/workflows/codeql.yml
@@ -41,14 +41,14 @@ jobs:
41
cache: npm
42
43
- name: Initialize CodeQL
44
- uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4
+ uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4
45
with:
46
languages: ${{ matrix.language }}
47
48
- name: Build
49
run: npm ci
50
51
- name: Perform CodeQL Analysis
52
- uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4
+ uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4
53
54
category: "/language:${{matrix.language}}"
0 commit comments