Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/rust-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ jobs:
if: ${{ always() && inputs.requires-private-deps == true }}
run: rm -f "${RUNNER_TEMP}/private-deps-gitconfig"
- name: Install cargo-binstall
uses: cargo-bins/cargo-binstall@732870f031d2fb36309d0deaf36abcc704a7be65 # v1.20.1
uses: cargo-bins/cargo-binstall@75b4bfae1b2c753a6806bbce6e6cb89b602de33c # v1.22.0

@phylax-ci phylax-ci Sep 1, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[should-fix] Please also pin the binary installed by this wrapper (and make the same change at the zepter occurrence):

Suggested change
uses: cargo-bins/cargo-binstall@75b4bfae1b2c753a6806bbce6e6cb89b602de33c # v1.22.0
uses: cargo-bins/cargo-binstall@75b4bfae1b2c753a6806bbce6e6cb89b602de33c # v1.22.0
with:
version: 1.22.0

At both the old and new SHAs, the upstream action defaults version to blank, and its unchanged installer maps that to releases/latest. The full SHA therefore pins only the wrapper; a future release can silently change what these jobs execute.

- name: Install cargo-shear
run: cargo binstall --no-confirm cargo-shear
- name: Run cargo shear
Expand Down Expand Up @@ -622,7 +622,7 @@ jobs:
run: rm -f "${RUNNER_TEMP}/private-deps-gitconfig"
- name: Install cargo-binstall
if: ${{ inputs.zepter-preinstalled != true }}
uses: cargo-bins/cargo-binstall@732870f031d2fb36309d0deaf36abcc704a7be65 # v1.20.1
uses: cargo-bins/cargo-binstall@75b4bfae1b2c753a6806bbce6e6cb89b602de33c # v1.22.0
- name: Install zepter
if: ${{ inputs.zepter-preinstalled != true }}
run: cargo binstall --no-confirm zepter
Expand Down