We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9a721 commit cf3b4f7Copy full SHA for cf3b4f7
.github/workflows/codeql-analysis.yml
@@ -18,9 +18,9 @@ jobs:
18
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
19
20
- name: Initialize CodeQL
21
- uses: github/codeql-action/init@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # v2
+ uses: github/codeql-action/init@515828d97454b8354517688ddc5b48402b723750 # v2
22
with:
23
languages: javascript
24
25
- name: Perform CodeQL Analysis
26
- uses: github/codeql-action/analyze@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # v2
+ uses: github/codeql-action/analyze@515828d97454b8354517688ddc5b48402b723750 # v2
0 commit comments