Skip to content

Commit a684125

Browse files
committed
ci: update CodeQL action v3
1 parent 3b9660d commit a684125

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.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)