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 55d11ea commit 5ee509aCopy full SHA for 5ee509a
.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@v3
+ uses: github/codeql-action/init@v4
27
with:
28
languages: javascript
29
config: |
30
paths-ignore:
31
- '**/test'
32
33
- name: Perform CodeQL Analysis
34
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
0 commit comments