Skip to content

chore(deps): Update harden-runner step and dependabot cooldown#60

Merged
rbarker-dev merged 1 commit into
mainfrom
59-update-harden-runner-to-2192
May 14, 2026
Merged

chore(deps): Update harden-runner step and dependabot cooldown#60
rbarker-dev merged 1 commit into
mainfrom
59-update-harden-runner-to-2192

Conversation

@rbarker-dev
Copy link
Copy Markdown
Contributor

@rbarker-dev rbarker-dev commented May 14, 2026

Description

This pull request updates security-related dependencies and configuration for automated workflows. The main changes are upgrading the step-security/harden-runner GitHub Action to a newer version across multiple workflow steps and reducing the Dependabot pull request cooldown period.

Dependency and workflow updates:

  • Upgraded step-security/harden-runner from version v2.19.1 to v2.19.2 in all steps within .github/workflows/test.yml to include the latest security improvements and bug fixes. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]
  • Updated step-security/harden-runner to v2.19.2 in action.yml for consistency and improved security in custom actions.

Configuration improvements:

  • Reduced the Dependabot default-days cooldown from 7 to 2 days in .github/dependabot.yml, allowing Dependabot to create pull requests for dependencies more frequently.

Related Issue(s)

Closes #59

Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
@rbarker-dev rbarker-dev self-assigned this May 14, 2026
Copilot AI review requested due to automatic review settings May 14, 2026 17:43
@rbarker-dev rbarker-dev linked an issue May 14, 2026 that may be closed by this pull request
@rbarker-dev rbarker-dev changed the title chore: Update harden-runner step and dependabot cooldown chore(deps): Update harden-runner step and dependabot cooldown May 14, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-runner from v2.19.1 to v2.19.2 using 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.

@rbarker-dev rbarker-dev merged commit 97fa6b7 into main May 14, 2026
15 checks passed
@rbarker-dev rbarker-dev deleted the 59-update-harden-runner-to-2192 branch May 14, 2026 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update harden runner to 2.19.2

2 participants