chore(deps): Update harden-runner step and dependabot cooldown#60
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 security-related automation configuration by refreshing the pinned Harden Runner action version and reducing Dependabot’s cooldown window.
Changes:
- Updates
step-security/harden-runnerfromv2.19.1tov2.19.2using a pinned commit SHA. - Applies the Harden Runner update consistently across the composite action and test workflow jobs.
- Reduces Dependabot cooldown from 7 days to 2 days.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
action.yml |
Updates the composite action’s Harden Runner step to the newer pinned release. |
.github/workflows/test.yml |
Updates all test workflow Harden Runner steps to the same pinned release. |
.github/dependabot.yml |
Lowers Dependabot’s default cooldown interval. |
💡 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 security-related dependencies and configuration for automated workflows. The main changes are upgrading the
step-security/harden-runnerGitHub Action to a newer version across multiple workflow steps and reducing the Dependabot pull request cooldown period.Dependency and workflow updates:
step-security/harden-runnerfrom versionv2.19.1tov2.19.2in all steps within.github/workflows/test.ymlto include the latest security improvements and bug fixes. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]step-security/harden-runnertov2.19.2inaction.ymlfor consistency and improved security in custom actions.Configuration improvements:
default-dayscooldown from 7 to 2 days in.github/dependabot.yml, allowing Dependabot to create pull requests for dependencies more frequently.Related Issue(s)
Closes #59