We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a81f9f commit c0a2d45Copy full SHA for c0a2d45
.github/workflows/codeql-analysis.yml
@@ -18,9 +18,9 @@ jobs:
18
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
19
20
- name: Initialize CodeQL
21
- uses: github/codeql-action/init@6a38b7d4a1af70deb1b561eb77db2b5e5a6a1e69 # tag=v2
+ uses: github/codeql-action/init@904260d7d935dff982205cbdb42025ce30b7a34f # tag=v2
22
with:
23
languages: javascript
24
25
- name: Perform CodeQL Analysis
26
- uses: github/codeql-action/analyze@6a38b7d4a1af70deb1b561eb77db2b5e5a6a1e69 # tag=v2
+ uses: github/codeql-action/analyze@904260d7d935dff982205cbdb42025ce30b7a34f # tag=v2
0 commit comments