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 8e486c1 commit 99bcb87Copy full SHA for 99bcb87
.github/workflows/CODE_SCANNING.yml
@@ -23,12 +23,12 @@ jobs:
23
24
# Initializes the CodeQL tools for scanning.
25
- name: Initialize CodeQL
26
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
27
with:
28
languages: javascript
29
config: |
30
paths-ignore:
31
- '**/test'
32
33
- name: Perform CodeQL Analysis
34
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments