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 f644840 commit 42cbe0cCopy full SHA for 42cbe0c
.github/workflows/reusable-codeql-analysis.yml
@@ -14,9 +14,9 @@ jobs:
14
with:
15
node-version: lts/*
16
- name: Initialize CodeQL
17
- uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3
+ uses: github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3
18
19
config-file: ./.github/codeql/codeql-config.yml
20
languages: javascript-typescript
21
- name: Perform CodeQL Analysis
22
- uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3
+ uses: github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3
0 commit comments