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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
# snapshot-hygiene gate, `cargo ci-snapshot`); avoids a from-source
# compile on every CI run. taiki-e/install-action verifies release
# checksums, unlike a raw `curl | tar`.
uses: taiki-e/install-action@67729d5c413db75907f0ad1e39bb04b9c868ff60 # v2.85.7
uses: taiki-e/install-action@6c6fd71fe4fb72c3697d269963d0e15df8adedad # v2.85.10
with:
tool: nextest@0.9.140,cargo-deny@0.20.2,cargo-insta@1.48.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
|| github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA'
)
)
uses: stella/.github/.github/workflows/cla.yml@44c8092f11c2f454916c320aa7d2144c173329d8
uses: stella/.github/.github/workflows/cla.yml@80873456a2af7243e09228a08456250d1e938972
with:
allowlist: dependabot[bot],renovate[bot],github-actions[bot],google-labs-jules[bot],cursoragent
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install pinned Rust tools (checksum-verified)
# nextest is the test runner used by cargo-mutants. taiki-e/install-action
# verifies release checksums, unlike a raw `curl | tar`.
uses: taiki-e/install-action@67729d5c413db75907f0ad1e39bb04b9c868ff60 # v2.85.7
uses: taiki-e/install-action@6c6fd71fe4fb72c3697d269963d0e15df8adedad # v2.85.10
with:
tool: nextest@0.9.140,cargo-mutants@27.1.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Maintain version packages PR
permissions:
contents: read
uses: stella/.github/.github/workflows/changeset-release-pr.yml@4c9e6dbc502a9e9436252315a3be2bd327c5e32e
uses: stella/.github/.github/workflows/changeset-release-pr.yml@80873456a2af7243e09228a08456250d1e938972
with:
bun-version-file: package.json
sync-cargo-inherited-lock: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
fi
echo "path=${tarballs[0]}" >> "$GITHUB_OUTPUT"

- uses: stella/.github/.github/actions/npm-publish-hardened@4292546b5b6e5bd8660bd727913b4038644c3d0b
- uses: stella/.github/.github/actions/npm-publish-hardened@80873456a2af7243e09228a08456250d1e938972
with:
tarball: ${{ steps.tarball.outputs.path }}
tag: ${{ needs.verify.outputs.dist_tag }}
Expand Down Expand Up @@ -318,7 +318,7 @@ jobs:
id: tarball
run: echo "path=$(find npm-tarball -name '*.tgz' -print -quit)" >> "$GITHUB_OUTPUT"

- uses: stella/.github/.github/actions/npm-publish-hardened@4292546b5b6e5bd8660bd727913b4038644c3d0b
- uses: stella/.github/.github/actions/npm-publish-hardened@80873456a2af7243e09228a08456250d1e938972
with:
tarball: ${{ steps.tarball.outputs.path }}
tag: ${{ needs.verify.outputs.dist_tag }}
Expand Down Expand Up @@ -351,7 +351,7 @@ jobs:
id: tarball
run: echo "path=$(find npm-tarball -name '*.tgz' -print -quit)" >> "$GITHUB_OUTPUT"

- uses: stella/.github/.github/actions/npm-publish-hardened@4292546b5b6e5bd8660bd727913b4038644c3d0b
- uses: stella/.github/.github/actions/npm-publish-hardened@80873456a2af7243e09228a08456250d1e938972
with:
tarball: ${{ steps.tarball.outputs.path }}
tag: ${{ needs.verify.outputs.dist_tag }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
publish_results: true

- name: Upload SARIF to GitHub Security tab
uses: github/codeql-action/upload-sarif@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5
uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
with:
sarif_file: results.sarif
Loading