2 parents 1d124b6 + 211641a commit 9195ba2Copy full SHA for 9195ba2
1 file changed
.github/workflows/codeql.yml
@@ -27,11 +27,11 @@ jobs:
27
steps:
28
- uses: actions/checkout@v4
29
30
- - uses: github/codeql-action/init@v3
+ - uses: github/codeql-action/init@v4
31
with:
32
languages: javascript-typescript
33
# security-extended adds lower-severity rules; worth it for a tool that
34
# handles credentials and writes files from server-controlled ids.
35
queries: security-extended
36
37
- - uses: github/codeql-action/analyze@v3
+ - uses: github/codeql-action/analyze@v4
0 commit comments