Merge pull request #162 from dtolnay/pin
Some checks failed
CI / Rust 1.62.0 on macos-latest (push) Waiting to run
CI / Rust beta on macos-latest (push) Waiting to run
CI / Rust nightly on macos-latest (push) Waiting to run
CI / Rust stable 18 months ago on macos-latest (push) Waiting to run
CI / Rust stable minus 8 releases on macos-latest (push) Waiting to run
CI / Rust stable on macos-latest (push) Waiting to run
CI / Rust 1.62.0 on ubuntu-22.04-arm (push) Waiting to run
CI / Rust beta on ubuntu-22.04-arm (push) Waiting to run
CI / Rust nightly on ubuntu-22.04-arm (push) Waiting to run
CI / Rust stable 18 months ago on ubuntu-22.04-arm (push) Waiting to run
CI / Rust stable minus 8 releases on ubuntu-22.04-arm (push) Waiting to run
CI / Rust stable on ubuntu-22.04-arm (push) Waiting to run
CI / Rust 1.62.0 on windows-11-arm (push) Waiting to run
CI / Rust beta on windows-11-arm (push) Waiting to run
CI / Rust nightly on windows-11-arm (push) Waiting to run
CI / Rust stable 18 months ago on windows-11-arm (push) Waiting to run
CI / Rust stable minus 8 releases on windows-11-arm (push) Waiting to run
CI / Rust stable on windows-11-arm (push) Waiting to run
CI / Rust 1.62.0 on windows-latest (push) Waiting to run
CI / Rust beta on windows-latest (push) Waiting to run
CI / Rust nightly on windows-latest (push) Waiting to run
CI / Rust stable 18 months ago on windows-latest (push) Waiting to run
CI / Rust stable minus 8 releases on windows-latest (push) Waiting to run
CI / Rust stable on windows-latest (push) Waiting to run
CI / Rust 1.0.0 on ubuntu-latest (push) Failing after 7s
CI / Rust beta on ubuntu-latest (push) Successful in 15s
CI / Rust nightly on ubuntu-latest (push) Successful in 22s
CI / Rust stable 18 months ago on ubuntu-latest (push) Successful in 34s
CI / Rust stable minus 8 releases on ubuntu-latest (push) Successful in 31s
CI / Rust stable on ubuntu-latest (push) Successful in 15s
CI / Rust 1.62.0 on ubuntu-latest (push) Successful in 1m8s

Add note about full-length SHA
This commit is contained in:
David Tolnay 2025-08-22 17:24:27 -07:00 committed by GitHub
commit 5ee21dc396
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,6 +99,18 @@ compiler support.
<br>
## Choice of full-length commit SHA
In a workflow that [pins the action][pin] using a full-length commit SHA (as
opposed to something like @nightly or @1.89.0) it is required that you pick a
SHA that is within the history of the master branch. Any commit that is not
within the history of master will eventually get garbage-collected and your
workflows will fail.
[pin]: https://docs.github.com/en/actions/reference/security/secure-use#using-third-party-actions
<br>
## License
The scripts and documentation in this project are released under the [MIT