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 cc15ff5Copy full SHA for cc15ff5
.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@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 # 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@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 # v2
0 commit comments