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,7 +19,7 @@
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 d23441a48e51
with:
persist-credentials: false
- name: Setup pnpm
Expand All @@ -27,7 +27,7 @@
with:
run_install: false
- name: Setup Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 18
- name: Setup Pages
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,7 +24,7 @@
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 d23441a48e51
with:
persist-credentials: false

Expand All @@ -34,7 +34,7 @@
run_install: false

- name: Setup Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 18
cache: pnpm
Expand All @@ -59,7 +59,7 @@
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 d23441a48e51
with:
persist-credentials: false

Expand All @@ -69,7 +69,7 @@
run_install: false

- name: Setup Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
Expand Down Expand Up @@ -102,7 +102,7 @@
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 d23441a48e51
with:
persist-credentials: false

Expand All @@ -112,7 +112,7 @@
run_install: false

- name: Setup Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 18
cache: pnpm
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 d23441a48e51
with:
persist-credentials: false

Expand Down Expand Up @@ -106,7 +106,7 @@
|| 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 d23441a48e51
with:
ref: ${{ needs.release-please.outputs.pr_head_sha }}
persist-credentials: false
Expand All @@ -117,7 +117,7 @@
run_install: false

- name: Setup Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 18

Expand Down Expand Up @@ -178,7 +178,7 @@
|| 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 d23441a48e51
with:
ref: ${{ needs.release-please.outputs.pr_head_sha }}
persist-credentials: false
Expand All @@ -189,7 +189,7 @@
run_install: false

- name: Setup Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 18

Expand Down Expand Up @@ -236,7 +236,7 @@
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 d23441a48e51
with:
ref: ${{ needs.release-please.outputs.tag_name }}
persist-credentials: false
Expand All @@ -247,7 +247,7 @@
run_install: false

- name: Setup Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 24
registry-url: https://registry.npmjs.org
Expand Down
Loading