Skip to content

Commit 5b08a1d

Browse files
Update github/codeql-action action to v4
| datasource | package | from | to | | ----------- | -------------------- | ---- | -- | | github-tags | github/codeql-action | v3 | v4 |
1 parent 1a24ba6 commit 5b08a1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
security-events: write
1818
steps:
1919
- uses: actions/checkout@v5
20-
- uses: github/codeql-action/init@v3
20+
- uses: github/codeql-action/init@v4
2121
with:
2222
languages: javascript
23-
- uses: github/codeql-action/analyze@v3
23+
- uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)