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 cb3db63 commit 5fcd8afCopy full SHA for 5fcd8af
.github/workflows/security.yml
@@ -32,12 +32,12 @@ jobs:
32
run: npm audit --audit-level=high
33
34
- name: CodeQL Initialize
35
- uses: github/codeql-action/init@d7eaefbfa6606a4adc96bdf7b9ba23d7fa931e69 # v3
+ uses: github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017 # v3
36
with:
37
languages: javascript
38
39
- name: CodeQL Analysis
40
- uses: github/codeql-action/analyze@d7eaefbfa6606a4adc96bdf7b9ba23d7fa931e69 # v3
+ uses: github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017 # v3
41
42
dependency-review:
43
runs-on: ubuntu-latest
0 commit comments