Merge rust-bitcoin/rust-bitcoin#6803: build(deps): bump taiki-e/install-action from 2.82.5 to 2.82.7
What changed, and why it matters
This is a routine Dependabot update that bumps a GitHub Actions helper (taiki-e/install-action) used in automated testing workflows from version 2.82.5 to 2.82.7. It only changes which version of a third-party action is invoked when installing testing tools. There is no indication this fixes or introduces a security problem in the rust-bitcoin library itself.
No security action required. Treat as normal dependency hygiene for CI infrastructure.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit updates two workflow files to pin taiki-e/install-action at commit 16b05812d776ae1dfaabc8277e421fb6d2506419 (v2.82.7) instead of bffeee26d4db9be238a4ea78d8826604ebcb594d (v2.82.5). The action is used solely to install cargo-mutants in CI mutation-testing jobs. The upstream release notes list only version bumps of unrelated tools (tombi, kingfisher, dprint, cargo-tarpaulin, etc.) and do not mention any security fix. No source code in the rust-bitcoin crate is modified.
Changed components
.github/workflows/cron-weekly-cargo-mutants.yml.github/workflows/rust.ymlInspect captured patch +2 / −2
### .github/workflows/cron-weekly-cargo-mutants.yml
@@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- - uses: taiki-e/install-action@bffeee26d4db9be238a4ea78d8826604ebcb594d # v2.82.5
+ - uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 # v2.82.7
with:
tool: cargo-mutants
- run: cargo mutants --in-place --no-shuffle
### .github/workflows/rust.yml
@@ -311,7 +311,7 @@ jobs:
run: git fetch origin master
- name: "Retrieve relative diff"
run: git diff origin/master.. -- '*.rs' | tee git.diff
- - uses: taiki-e/install-action@bffeee26d4db9be238a4ea78d8826604ebcb594d # v2.82.5
+ - uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 # v2.82.7
with:
tool: cargo-mutants
- run: cargo mutants --no-shuffle --in-diff git.diffWhy this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.