Skip to content

Commit 8122e60

Browse files
Update github/codeql-action action to v3
| datasource | package | from | to | | ----------- | -------------------- | ---- | -- | | github-tags | github/codeql-action | v2 | v3 |
1 parent 2c79004 commit 8122e60

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
@@ -19,7 +19,7 @@ jobs:
1919
security-events: write
2020
steps:
2121
- uses: actions/checkout@v4
22-
- uses: github/codeql-action/init@v2
22+
- uses: github/codeql-action/init@v3
2323
with:
2424
languages: javascript
25-
- uses: github/codeql-action/analyze@v2
25+
- uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)