Pin workflow action refs to commit SHAs#834
Merged
Merged
Conversation
Pin checkout, Rust toolchain, and Rust cache actions in the test and binary release workflows to commit SHAs while preserving the existing pinned-action comments. This keeps workflow behavior unchanged and removes mutable action tag refs.
Code Metrics Report
Details | | main (0a31f22) | #834 (577b774) | +/- |
|---------------------|----------------|----------------|------|
| Coverage | 69.3% | 69.3% | 0.0% |
| Files | 18 | 18 | 0 |
| Lines | 1816 | 1816 | 0 |
| Covered | 1260 | 1260 | 0 |
| Code to Test Ratio | 1:0.0 | 1:0.0 | 0.0 |
| Code | 2375 | 2375 | 0 |
| Test | 0 | 0 | 0 |
- | Test Execution Time | 10s | 12s | +2s |Reported by octocov |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changed files
.github/workflows/test.yml.github/workflows/binary-release.ymlVerification
go run github.com/rhysd/actionlint/cmd/actionlint@latest -shellcheck= .github/workflows/test.yml .github/workflows/binary-release.ymlcargo fmt --all -- --checkcargo checkcargo testcargo clippy -- -D warningscargo buildgit diff --check