Skip to content

Commit 386d4ff

Browse files
authored
ci: update codeql to v5 (#1350)
* chore: sync `.node_version` and `volta` config * ci: update codeql action to v5 * chore: update ts to v5.9.3, @types/node v24.7.1
1 parent bfa8e6a commit 386d4ff

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
persist-credentials: false
4040

4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@v3
42+
uses: github/codeql-action/init@v4
4343
with:
4444
config-file: ./.github/codeql/codeql-config.yml
4545
languages: ${{ matrix.language }}
@@ -56,6 +56,6 @@ jobs:
5656
exit 1
5757
5858
- name: Perform CodeQL Analysis
59-
uses: github/codeql-action/analyze@v3
59+
uses: github/codeql-action/analyze@v4
6060
with:
6161
category: '/language:${{matrix.language}}'

.node_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
24

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"@size-limit/file": "11.2.0",
115115
"@types/fs-extra": "11.0.4",
116116
"@types/minimist": "1.2.5",
117-
"@types/node": "24.5.2",
117+
"@types/node": "24.7.1",
118118
"@types/which": "3.0.4",
119119
"@webpod/ingrid": "1.1.1",
120120
"@webpod/ps": "1.0.0",
@@ -146,7 +146,7 @@
146146
"ts-node": "10.9.2",
147147
"tsd": "0.33.0",
148148
"tsx": "4.20.6",
149-
"typescript": "5.9.2",
149+
"typescript": "5.9.3",
150150
"vitepress": "1.6.4",
151151
"which": "5.0.0",
152152
"yaml": "2.8.1",

0 commit comments

Comments
 (0)