We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f53a37c commit 2f73776Copy full SHA for 2f73776
1 file changed
.github/workflows/codeql-analysis.yml
@@ -21,12 +21,12 @@ jobs:
21
22
# Initializes the CodeQL tools for scanning.
23
- name: Initialize CodeQL
24
- uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4
+ uses: github/codeql-action/init@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4
25
with:
26
languages: javascript
27
28
- name: Autobuild
29
- uses: github/codeql-action/autobuild@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4
+ uses: github/codeql-action/autobuild@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4
30
31
- name: Perform CodeQL Analysis
32
- uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4
+ uses: github/codeql-action/analyze@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4
0 commit comments