Skip to content

Commit 74935a5

Browse files
authored
chore(deps): update toolchain and security actions (#174)
* chore(deps): update development toolchain * ci(deps): update security actions * ci: use manifest pnpm version
1 parent baddbd6 commit 74935a5

8 files changed

Lines changed: 246 additions & 251 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v7.0.1
1717
- uses: pnpm/action-setup@v6
18-
with:
19-
version: 11.1.2
2018
- uses: actions/setup-node@v7
2119
with:
2220
node-version: 26

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ jobs:
6666

6767
- name: Initialize CodeQL
6868
if: ${{ github.event_name != 'workflow_dispatch' || inputs.profile == 'all' || inputs.profile == matrix.category }}
69-
uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4
69+
uses: github/codeql-action/init@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4
7070
with:
7171
languages: ${{ matrix.language }}
7272
config-file: ${{ matrix.config_file }}
7373

7474
- name: Analyze
7575
if: ${{ github.event_name != 'workflow_dispatch' || inputs.profile == 'all' || inputs.profile == matrix.category }}
76-
uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4
76+
uses: github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4
7777
with:
7878
category: "/codeql/${{ matrix.category }}"

.github/workflows/crabbox-hydrate.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ permissions:
3131

3232
env:
3333
NODE_VERSION: "24"
34-
PNPM_VERSION: "11.1.2"
3534

3635
jobs:
3736
hydrate:
@@ -44,8 +43,6 @@ jobs:
4443
ref: ${{ inputs.ref || github.ref }}
4544

4645
- uses: pnpm/action-setup@v6.0.9
47-
with:
48-
version: ${{ env.PNPM_VERSION }}
4946

5047
- uses: actions/setup-node@v7
5148
with:

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ jobs:
6161
6262
- name: Set up pnpm
6363
uses: pnpm/action-setup@v6
64-
with:
65-
version: 11.1.2
6664

6765
- name: Set up Node
6866
uses: actions/setup-node@v7

.github/workflows/secret-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ jobs:
4747
echo "head=$head" >> "$GITHUB_OUTPUT"
4848
4949
- name: Scan with TruffleHog
50-
uses: trufflesecurity/trufflehog@27b0417c16317ca9a472a9a8092acce143b49c55 # v3.95.9
50+
uses: trufflesecurity/trufflehog@6f3c981e7b77f235fd2702dd74af25fc4b72bf11 # v3.96.0
5151
with:
5252
path: ./
5353
base: ${{ steps.scan-range.outputs.base }}
5454
head: ${{ steps.scan-range.outputs.head }}
55-
version: "3.95.9"
55+
version: "3.96.0"
5656
extra_args: --only-verified --debug

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 0.7.2 - Unreleased
44

55
- Fixed diff-scoped review and CI runs to include changed features regardless of their previous review status, preventing warm-state gates from silently skipping changed code, thanks @youhaowei.
6+
- Updated pnpm, Node typings, formatter and linter tooling, and security workflow actions.
67
- Added Rust seed context for Cargo manifests, paired crate entrypoints, and directly declared modules across crate roots and binary layouts, thanks @Tanmay-008.
78

89
## 0.7.1 - 2026-07-20

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
"zod": "^4.4.3"
3535
},
3636
"devDependencies": {
37-
"@types/node": "^26.1.1",
38-
"oxfmt": "^0.59.0",
39-
"oxlint": "^1.73.0",
37+
"@types/node": "^26.1.2",
38+
"oxfmt": "^0.61.0",
39+
"oxlint": "^1.76.0",
4040
"typescript": "^7.0.2",
4141
"vitest": "^4.1.10"
4242
},
4343
"engines": {
4444
"node": ">=22"
4545
},
46-
"packageManager": "pnpm@11.1.2"
46+
"packageManager": "pnpm@11.18.0"
4747
}

0 commit comments

Comments
 (0)