Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ updates:
schedule:
interval: yearly
open-pull-requests-limit: 0
cooldown:
default-days: 7
6 changes: 3 additions & 3 deletions .github/workflows/binsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
node-version-file: .node-version

- name: Setup pnpm
uses: pnpm/action-setup@58e6119fe4f3092a76a7771efb55e04d25b6b26f # v5
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down Expand Up @@ -595,7 +595,7 @@ jobs:
node-version-file: .node-version

- name: Setup pnpm
uses: pnpm/action-setup@58e6119fe4f3092a76a7771efb55e04d25b6b26f # v5
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down Expand Up @@ -1026,7 +1026,7 @@ jobs:
node-version-file: .node-version

- name: Setup pnpm
uses: pnpm/action-setup@58e6119fe4f3092a76a7771efb55e04d25b6b26f # v5
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
cache: ''

- name: Setup pnpm
uses: pnpm/action-setup@58e6119fe4f3092a76a7771efb55e04d25b6b26f # v5
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
cache: ''

- name: Setup pnpm
uses: pnpm/action-setup@58e6119fe4f3092a76a7771efb55e04d25b6b26f # v5
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/curl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
fi

- name: Setup pnpm
uses: pnpm/action-setup@58e6119fe4f3092a76a7771efb55e04d25b6b26f # v5
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5

- name: Setup Node.js
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
node-version: ${{ steps.tool-versions.outputs.node-version }}

- name: Setup pnpm
uses: pnpm/action-setup@58e6119fe4f3092a76a7771efb55e04d25b6b26f # v5
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
# Note: version is specified in package.json packageManager field, not here

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iocraft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
node-version: ${{ steps.tool-versions.outputs.node-version }}

- name: Setup pnpm
uses: pnpm/action-setup@58e6119fe4f3092a76a7771efb55e04d25b6b26f # v5
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
# Note: version is specified in package.json packageManager field, not here

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lief.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
fi

- name: Setup pnpm
uses: pnpm/action-setup@58e6119fe4f3092a76a7771efb55e04d25b6b26f # v5
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5

- name: Setup Node.js
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
node-version: ${{ steps.tool-versions.outputs.node-version }}

- name: Setup pnpm
uses: pnpm/action-setup@58e6119fe4f3092a76a7771efb55e04d25b6b26f # v5
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
# Note: version is specified in package.json packageManager field, not here

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-smol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
echo "Loaded Node.js build version: $NODE_BUILD_VERSION"

- name: Setup pnpm
uses: pnpm/action-setup@58e6119fe4f3092a76a7771efb55e04d25b6b26f # v5
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/onnxruntime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
node-version: ${{ steps.tool-versions.outputs.node-version }}

- name: Setup pnpm
uses: pnpm/action-setup@58e6119fe4f3092a76a7771efb55e04d25b6b26f # v5
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
# Note: version is specified in package.json packageManager field, not here

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:

- name: Setup pnpm
if: matrix.os != 'linux'
uses: pnpm/action-setup@58e6119fe4f3092a76a7771efb55e04d25b6b26f # v5
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5

- name: Setup Node.js
if: matrix.os != 'linux'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/weekly-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cache: ''

- name: Setup pnpm
uses: pnpm/action-setup@58e6119fe4f3092a76a7771efb55e04d25b6b26f # v5
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
cache: ''

- name: Setup pnpm
uses: pnpm/action-setup@58e6119fe4f3092a76a7771efb55e04d25b6b26f # v5
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yoga-layout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
node-version: ${{ steps.tool-versions.outputs.node-version }}

- name: Setup pnpm
uses: pnpm/action-setup@58e6119fe4f3092a76a7771efb55e04d25b6b26f # v5
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
# Note: version is specified in package.json packageManager field, not here

- name: Install dependencies
Expand Down
15 changes: 9 additions & 6 deletions .github/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@ rules:
cache-poisoning:
ignore:
# False positive: We explicitly disabled caching with cache: ''
# Line 43: checks job - Setup Node.js step
- ci.yml:43
# Line 48: checks job - Setup Node.js step
- ci.yml:48
# False positive: We explicitly disabled caching with cache: ''
# Line 97: test job - Setup Node.js step
- ci.yml:97
# Line 114: test job - Setup Node.js step
- ci.yml:114
# False positive: We explicitly disabled caching with cache: ''
# Line 180: stubs workflow - Setup Node.js step
- stubs.yml:180
# Line 215: stubs workflow - Setup Node.js step
- stubs.yml:215

secrets-outside-env:
disable: true

template-injection:
ignore:
Expand Down