Skip to content

Commit 6d29440

Browse files
ci: upgrade codeql action to v4
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
1 parent 483a8a4 commit 6d29440

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
@@ -20,7 +20,7 @@ jobs:
2020
timeout-minutes: 30
2121
steps:
2222
- uses: actions/checkout@v6
23-
- uses: github/codeql-action/init@v3
23+
- uses: github/codeql-action/init@v4
2424
with:
2525
languages: javascript-typescript
2626
- uses: actions/setup-node@v4
@@ -29,4 +29,4 @@ jobs:
2929
cache: npm
3030
- run: npm ci
3131
- run: npm run build
32-
- uses: github/codeql-action/analyze@v3
32+
- uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)