ci: pin action deps to SHA and add integration test coverage - #927
Merged
Gbangbolaoluwagbemiga merged 1 commit intoJun 25, 2026
Merged
Conversation
Pin all GitHub Actions dependencies to immutable commit SHAs to prevent supply-chain attacks via mutable tags. Add action-tests job to e2e-coverage workflow for integration/e2e coverage of action scripts. Closes HyperSafeD#605, HyperSafeD#619, HyperSafeD#910, HyperSafeD#627
|
@oluwagbemigaphilip is attempting to deploy a commit to the gbangbolaoluwagbemiga's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@Mercy017 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
Gbangbolaoluwagbemiga
merged commit Jun 25, 2026
43cd9e3
into
HyperSafeD:main
19 of 21 checks passed
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
action.ymland.github/workflows/e2e-coverage.ymlto immutable commit SHAs, preventing supply-chain attacks via mutable tagsaction-testsjob to the E2E workflow to provide integration/e2e coverage for the action scripts undertests/action/# <tag>comments on every pinned ref so the human-readable version is preservedChanges
action.ymlgithub/codeql-action/upload-sarif@v3→ pinned todd903d2e4f5405488e5ef1422510ee31c8b32357.github/workflows/e2e-coverage.ymlactions/checkout@v6→df4cb1c069e1874edd31b4311f1884172cec0e10dtolnay/rust-toolchain@master→67ef31d5b988238dd797d409d6f9574278e20537actions/cache@v5→27d5ce7f107fe9357f9df03efb73ab90386fccaecodecov/codecov-action@v3→ab904c41d6ece82784817410c45d8b8c02684457action-testsjob: runspython -m unittest discover -s tests/action -p "test_*.py"with pinnedactions/checkoutandactions/setup-python@v5Test plan
tests/action/discovered and passing)Closes #605
Closes #619
Closes #910
Closes #627