Continuously validate ghasum
checksums
#17
Merged
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.
Relates to #2, #4, #9, #15
Summary
Add a GitHub Actions workflows that continuously validates the ghasum checksums for this project. This workflow is triggered whenever code has been changed and validates all actions used in all workflows. This will only result in a failed job when there is a problem, it won't prevent running any action with a checksum mismatch.
This is implemented for two reasons. First it's another kind of dogfeeding to gain experience with the tool. Second it's aimed towards enforcing updating the checksums when Dependabot creates a Pull Request to update an action (which wasn't the case for #15).
Because of the limitation noted above this is NOT implemented to avoid running potentially compromised actions. The intend is to start doing that when #2 is implemented.