Update to latest maintainer tools version
What changed, and why it matters
This commit only updates the version (commit hash) of an internal maintainer-tools repository used by the project's GitHub Actions CI workflow. It does not change any application code, cryptographic logic, network handling, or user-facing behavior. There is no indication of a security fix or vulnerability.
No security action needed. Review the maintainer-tools changes separately if desired, but this commit itself is not a security patch.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies .github/workflows/rust.yml to check out rust-bitcoin-maintainer-tools at a newer commit hash (22eff1e5… instead of c3324024…). The commit message says the new version supports running crate-specific contrib/extra_lints.sh. No source code, dependencies consumed by users, or CI secrets handling are changed. This is a routine CI/tooling maintenance update.
Changed components
.github/workflows/rust.ymlInspect captured patch +7 / −7
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 89492de2..5cf109a7 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v5
with:
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
- ref: c3324024ced9bb1eb854397686919c3ff7d97e1e
+ ref: 22eff1e5c114949d4b88a24735da38b37e7984fb
path: maintainer-tools
- name: "Select toolchain"
uses: dtolnay/rust-toolchain@stable
@@ -58,7 +58,7 @@ jobs:
uses: actions/checkout@v5
with:
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
- ref: c3324024ced9bb1eb854397686919c3ff7d97e1e
+ ref: 22eff1e5c114949d4b88a24735da38b37e7984fb
path: maintainer-tools
- name: "Select toolchain"
uses: dtolnay/rust-toolchain@v1
@@ -83,7 +83,7 @@ jobs:
uses: actions/checkout@v5
with:
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
- ref: c3324024ced9bb1eb854397686919c3ff7d97e1e
+ ref: 22eff1e5c114949d4b88a24735da38b37e7984fb
path: maintainer-tools
- name: "Select toolchain"
uses: dtolnay/rust-toolchain@stable
@@ -109,7 +109,7 @@ jobs:
uses: actions/checkout@v5
with:
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
- ref: c3324024ced9bb1eb854397686919c3ff7d97e1e
+ ref: 22eff1e5c114949d4b88a24735da38b37e7984fb
path: maintainer-tools
- name: "Select toolchain"
uses: dtolnay/rust-toolchain@v1
@@ -136,7 +136,7 @@ jobs:
uses: actions/checkout@v5
with:
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
- ref: c3324024ced9bb1eb854397686919c3ff7d97e1e
+ ref: 22eff1e5c114949d4b88a24735da38b37e7984fb
path: maintainer-tools
- name: "Select toolchain"
uses: dtolnay/rust-toolchain@stable
@@ -160,7 +160,7 @@ jobs:
uses: actions/checkout@v5
with:
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
- ref: c3324024ced9bb1eb854397686919c3ff7d97e1e
+ ref: 22eff1e5c114949d4b88a24735da38b37e7984fb
path: maintainer-tools
- name: "Select toolchain"
uses: dtolnay/rust-toolchain@v1
@@ -186,7 +186,7 @@ jobs:
uses: actions/checkout@v5
with:
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
- ref: c3324024ced9bb1eb854397686919c3ff7d97e1e
+ ref: 22eff1e5c114949d4b88a24735da38b37e7984fb
path: maintainer-tools
- name: "Select toolchain"
uses: dtolnay/rust-toolchain@v1
Why 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.