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 08ab2ed commit 088f1d7Copy full SHA for 088f1d7
.github/workflows/codeql-analysis.yml
@@ -18,9 +18,9 @@ jobs:
18
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
19
20
- name: Initialize CodeQL
21
- uses: github/codeql-action/init@0225834cc549ee0ca93cb085b92954821a145866 # v2
+ uses: github/codeql-action/init@489225d82a57396c6f426a40e66d461b16b3461d # v2
22
with:
23
languages: javascript
24
25
- name: Perform CodeQL Analysis
26
- uses: github/codeql-action/analyze@0225834cc549ee0ca93cb085b92954821a145866 # v2
+ uses: github/codeql-action/analyze@489225d82a57396c6f426a40e66d461b16b3461d # v2
0 commit comments