chore: Update harden-runner version#54
Merged
rbarker-dev merged 1 commit intomainfrom Apr 27, 2026
Merged
Conversation
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the pinned commit SHA for the step-security/harden-runner GitHub Action from v2.18.0 to v2.19.0, keeping the repo’s CI security hardening step current across both the main test workflow and the reusable composite action.
Changes:
- Bump
step-security/harden-runnerfromv2.18.0tov2.19.0(pinned by commit SHA) inaction.yml. - Bump
step-security/harden-runnerfromv2.18.0tov2.19.0(pinned by commit SHA) across all jobs in.github/workflows/test.yml.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
action.yml |
Updates the composite action’s Harden Runner step to the v2.19.0 pinned SHA. |
.github/workflows/test.yml |
Updates every job’s Harden Runner step to the same v2.19.0 pinned SHA for consistency. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Description
This pull request updates the security hardening step in the GitHub Actions workflow to use the latest version of the
step-security/harden-runneraction. The action is upgraded from version 2.18.0 to 2.19.0 in both the main workflow (.github/workflows/test.yml) and the reusable action (action.yml).Dependency updates:
step-security/harden-runnerfrom versionv2.18.0tov2.19.0in all jobs within.github/workflows/test.ymlto ensure the latest security improvements and bug fixes are applied. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]step-security/harden-runnerfrom versionv2.18.0tov2.19.0inaction.ymlfor consistency across workflows.Related Issue(s):
N/A