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 8f38d05 commit 6259b46Copy full SHA for 6259b46
.github/workflows/codeql-analysis.yml
@@ -24,12 +24,12 @@ jobs:
24
25
# Initializes the CodeQL tools for scanning.
26
- name: Initialize CodeQL
27
- uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
+ uses: github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
28
with:
29
languages: javascript-typescript
30
config: |
31
paths-ignore:
32
- 'packages/cli/src/component/templates/**'
33
34
- name: Perform CodeQL Analysis
35
- uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
+ uses: github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
0 commit comments