Skip to content
Open
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: 1 addition & 1 deletion .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
contents: read
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

Check warning on line 22 in .github/workflows/build-docs.yaml

View workflow job for this annotation

GitHub Actions / zizmor

ref-version-mismatch

build-docs.yaml:22: action's hash pin has mismatched or missing version comment: points to commit df4cb1c069e1
with:
persist-credentials: false
- name: Setup pnpm
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
with:
run_install: false
- name: Setup Node.js
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
contents: read
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

Check warning on line 27 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / zizmor

ref-version-mismatch

ci.yml:27: action's hash pin has mismatched or missing version comment: points to commit df4cb1c069e1
with:
persist-credentials: false

- name: Setup pnpm
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
with:
run_install: false

Expand Down Expand Up @@ -59,12 +59,12 @@
node-version: [18, 20, 22]
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

Check warning on line 62 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / zizmor

ref-version-mismatch

ci.yml:62: action's hash pin has mismatched or missing version comment: points to commit df4cb1c069e1
with:
persist-credentials: false

- name: Setup pnpm
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
with:
run_install: false

Expand Down Expand Up @@ -102,12 +102,12 @@
contents: read
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

Check warning on line 105 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / zizmor

ref-version-mismatch

ci.yml:105: action's hash pin has mismatched or missing version comment: points to commit df4cb1c069e1
with:
persist-credentials: false

- name: Setup pnpm
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
with:
run_install: false

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
contents: read
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

Check warning on line 27 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / zizmor

ref-version-mismatch

release.yml:27: action's hash pin has mismatched or missing version comment: points to commit df4cb1c069e1
with:
persist-credentials: false

Expand Down Expand Up @@ -106,13 +106,13 @@
|| echo "::warning::Failed to set pending status on $SHA"

- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

Check warning on line 109 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / zizmor

ref-version-mismatch

release.yml:109: action's hash pin has mismatched or missing version comment: points to commit df4cb1c069e1
with:
ref: ${{ needs.release-please.outputs.pr_head_sha }}
persist-credentials: false

- name: Setup pnpm
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
with:
run_install: false

Expand Down Expand Up @@ -178,13 +178,13 @@
|| echo "::warning::Failed to set pending status on $SHA"

- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

Check warning on line 181 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / zizmor

ref-version-mismatch

release.yml:181: action's hash pin has mismatched or missing version comment: points to commit df4cb1c069e1
with:
ref: ${{ needs.release-please.outputs.pr_head_sha }}
persist-credentials: false

- name: Setup pnpm
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
with:
run_install: false

Expand Down Expand Up @@ -236,13 +236,13 @@
id-token: write
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

Check warning on line 239 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / zizmor

ref-version-mismatch

release.yml:239: action's hash pin has mismatched or missing version comment: points to commit df4cb1c069e1
with:
ref: ${{ needs.release-please.outputs.tag_name }}
persist-credentials: false

- name: Setup pnpm
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
with:
run_install: false

Expand Down
Loading