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.
2 parents 76d0f59 + 93edf4e commit 3d33bbcCopy full SHA for 3d33bbc
.github/workflows/main.yml
@@ -47,11 +47,11 @@ jobs:
47
uses: actions/checkout@v5
48
# Initializes the CodeQL tools for scanning.
49
- name: Initialize CodeQL
50
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
51
with:
52
languages: javascript
53
- name: Perform CodeQL Analysis
54
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
55
56
test:
57
name: Coverage with Node ${{ matrix.node }}
0 commit comments