We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d877c70 commit 0346dbeCopy full SHA for 0346dbe
.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@701f152f28d4350ad289a5e31435e9ab6169a7ca # 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@701f152f28d4350ad289a5e31435e9ab6169a7ca # v2
0 commit comments