Skip to content

Commit f2dc01d

Browse files
Update github/codeql-action action to v3
| datasource | package | from | to | | ----------- | -------------------- | ---- | -- | | github-tags | github/codeql-action | v2 | v3 |
1 parent b14d31a commit f2dc01d

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@v4
20-
- uses: github/codeql-action/init@v2
20+
- uses: github/codeql-action/init@v3
2121
with:
2222
languages: javascript
23-
- uses: github/codeql-action/analyze@v2
23+
- uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)