Skip to content

ci: update action step-security/harden-runner from c6295a6 to fa2e9d6#14

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github-tags/step-security-harden-runner-2.x
Open

ci: update action step-security/harden-runner from c6295a6 to fa2e9d6#14
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github-tags/step-security-harden-runner-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 21, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence OpenSSF
step-security/harden-runner v2.11.1v2.16.0 age adoption passing confidence OpenSSF Scorecard

Release Notes

step-security/harden-runner (step-security/harden-runner)

v2.16.0

Compare Source

What's Changed
  • Updated action.yml to use node24
  • Security fix: Fixed a medium severity vulnerability where the egress block policy could be bypassed via DNS over HTTPS (DoH) by proxying DNS queries through a permitted resolver, allowing data exfiltration even with a restrictive allowed-endpoints list. This issue only affects the Community Tier; the Enterprise Tier is not affected. See GHSA-46g3-37rh-v698 for details.
  • Security fix: Fixed a medium severity vulnerability where the egress block policy could be bypassed via DNS queries over TCP to external resolvers, allowing outbound network communication that evades configured network restrictions. This issue only affects the Community Tier; the Enterprise Tier is not affected. See GHSA-g699-3x6g-wm3g for details.

Full Changelog: step-security/harden-runner@v2.15.1...v2.16.0

v2.15.1

Compare Source

What's Changed
  • Fixes #​642 bug due to which post step was failing on Windows ARM runners
  • Updates npm packages

Full Changelog: step-security/harden-runner@v2.15.0...v2.15.1

v2.15.0

Compare Source

What's Changed
Windows and macOS runner support

We are excited to announce that Harden Runner now supports Windows and macOS runners, extending runtime security beyond Linux for the first time.

Insights for Windows and macOS runners will be displayed in the same consistent format you are already familiar with from Linux runners, giving you a unified view of runtime activity across all platforms.

Full Changelog: step-security/harden-runner@v2.14.2...v2.15.0

v2.14.2

Compare Source

What's Changed

Security fix: Fixed a medium severity vulnerability where outbound network connections using sendto, sendmsg, and sendmmsg socket system calls could bypass audit logging when using egress-policy: audit. This issue only affects the Community Tier in audit mode; block mode and Enterprise Tier were not affected. See GHSA-cpmj-h4f6-r6pq for details.

Full Changelog: step-security/harden-runner@v2.14.1...v2.14.2

v2.14.1

Compare Source

What's Changed

  1. In some self-hosted environments, the agent could briefly fall back to public DNS resolvers during startup if the system DNS was not yet available. This behavior was unintended for GitHub-hosted runners and has now been fixed to prevent any use of public DNS resolvers.

  2. Fixed npm audit vulnerabilities

Full Changelog: step-security/harden-runner@v2.14.0...v2.14.1

v2.14.0

Compare Source

What's Changed
  • Selective installation: Harden-Runner now skips installation on GitHub-hosted runners when the repository has a custom property skip_harden_runner, allowing organizations to opt out specific repos.
  • Avoid double install: The action no longer installs Harden-Runner if it’s already present on a GitHub-hosted runner, which could happen when a composite action also installs it.

Full Changelog: step-security/harden-runner@v2.13.3...v2.14.0

v2.13.3

Compare Source

What's Changed
  • Fixed an issue where process events were not uploaded in certain edge cases.

Full Changelog: step-security/harden-runner@v2.13.2...v2.13.3

v2.13.2

Compare Source

What's Changed
  • Fixed an issue where there was a limit of 512 allowed endpoints when using block egress policy. This restriction has been removed, allowing for an unlimited number of endpoints to be configured.
  • Harden Runner now automatically detects if the agent is already pre-installed on a custom VM image used by a GitHub-hosted runner. When detected, the action will skip reinstallation and use the existing agent.

Full Changelog: step-security/harden-runner@v2.13.1...v2.13.2

v2.13.1

Compare Source

What's Changed

  • Graceful handling of HTTP errors: Improved error handling when fetching Harden Runner policies from the StepSecurity Policy Store API, ensuring more reliable execution even in case of temporary network/API issues.

  • Security updates for npm dependencies: Updated vulnerable npm package dependencies to the latest secure versions.

  • Faster enterprise agent downloads: The enterprise agent is now downloaded from GitHub Releases instead of packages.stepsecurity.io, improving download speed and reliability.

Full Changelog: step-security/harden-runner@v2.13.0...v2.13.1

v2.13.0

Compare Source

What's Changed

  • Improved job markdown summary
  • Https monitoring for all domains (included with the enterprise tier)

Full Changelog: step-security/harden-runner@v2...v2.13.0

v2.12.2

Compare Source

What's Changed

Added HTTPS Monitoring for additional destinations - *.githubusercontent.com
Bug fixes:

  • Implicitly allow local multicast, local unicast and broadcast IP addresses in block mode
  • Increased policy map size for block mode

Full Changelog: step-security/harden-runner@v2...v2.12.2

v2.12.1

Compare Source

What's Changed
  • Detection capabilities have been upgraded to better recognize attempts at runner tampering. These improvements are informed by real-world incident learnings, including analysis of anomalous behaviors observed in the tj-actions and reviewdog supply chain attack.
  • Resolved an issue where the block policy was not enforced correctly when the GitHub Actions job was running inside a container on a self-hosted VM runner.

Full Changelog: step-security/harden-runner@v2...v2.12.1

v2.12.0

Compare Source

What's Changed
  1. A new option, disable-sudo-and-containers, is now available to replace the disable-sudo policy, addressing Docker-based privilege escalation (CVE-2025-32955). More details can be found in this blog post.

  2. New detections have been added based on insights from the tj-actions and reviewdog actions incidents.

Full Changelog: step-security/harden-runner@v2...v2.12.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from codeismyid as a code owner April 21, 2025 23:36
@renovate renovate bot added bot Bot involvement dependency Additions or changes involving dependency renovate Anything from renovatebot workflow Additions or changes involving workflow labels Apr 21, 2025
@codecov-commenter
Copy link

codecov-commenter commented Apr 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/github-tags/step-security-harden-runner-2.x branch from f94ffa8 to 77f1e0e Compare May 9, 2025 07:37
@renovate renovate bot force-pushed the renovate/github-tags/step-security-harden-runner-2.x branch from 77f1e0e to acd97d0 Compare June 11, 2025 20:10
@renovate renovate bot changed the title ci: update action step-security/harden-runner from c6295a6 to 0634a26 ci: update action step-security/harden-runner from c6295a6 to 002fdce Jun 11, 2025
@renovate renovate bot force-pushed the renovate/github-tags/step-security-harden-runner-2.x branch from acd97d0 to b6a2ca0 Compare June 30, 2025 13:38
@renovate renovate bot changed the title ci: update action step-security/harden-runner from c6295a6 to 002fdce ci: update action step-security/harden-runner from c6295a6 to 6c439dc Jun 30, 2025
@renovate renovate bot force-pushed the renovate/github-tags/step-security-harden-runner-2.x branch from b6a2ca0 to 701cb07 Compare July 15, 2025 23:24
@renovate renovate bot changed the title ci: update action step-security/harden-runner from c6295a6 to 6c439dc ci: update action step-security/harden-runner from c6295a6 to ec9f2d5 Jul 15, 2025
@renovate renovate bot changed the title ci: update action step-security/harden-runner from c6295a6 to ec9f2d5 ci: update action step-security/harden-runner from c6295a6 to f4a75cf Sep 9, 2025
@renovate renovate bot force-pushed the renovate/github-tags/step-security-harden-runner-2.x branch from 701cb07 to 4e8f45a Compare September 9, 2025 18:44
@renovate renovate bot changed the title ci: update action step-security/harden-runner from c6295a6 to f4a75cf ci: update action step-security/harden-runner from c6295a6 to 95d9a5d Nov 5, 2025
@renovate renovate bot force-pushed the renovate/github-tags/step-security-harden-runner-2.x branch from 4e8f45a to 880b181 Compare November 5, 2025 13:41
@renovate renovate bot force-pushed the renovate/github-tags/step-security-harden-runner-2.x branch from 880b181 to a4c0ec4 Compare December 2, 2025 06:28
@renovate renovate bot changed the title ci: update action step-security/harden-runner from c6295a6 to 95d9a5d ci: update action step-security/harden-runner from c6295a6 to df199fb Dec 2, 2025
@renovate renovate bot force-pushed the renovate/github-tags/step-security-harden-runner-2.x branch from a4c0ec4 to 2d33b62 Compare December 10, 2025 02:51
@renovate renovate bot changed the title ci: update action step-security/harden-runner from c6295a6 to df199fb ci: update action step-security/harden-runner from c6295a6 to 20cf305 Dec 10, 2025
@renovate renovate bot force-pushed the renovate/github-tags/step-security-harden-runner-2.x branch from 2d33b62 to c309788 Compare January 26, 2026 05:39
@renovate renovate bot changed the title ci: update action step-security/harden-runner from c6295a6 to 20cf305 ci: update action step-security/harden-runner from c6295a6 to e3f713f Jan 26, 2026
@renovate renovate bot force-pushed the renovate/github-tags/step-security-harden-runner-2.x branch from c309788 to 09e6230 Compare February 7, 2026 04:25
@renovate renovate bot changed the title ci: update action step-security/harden-runner from c6295a6 to e3f713f ci: update action step-security/harden-runner from c6295a6 to 5ef0c07 Feb 7, 2026
@renovate renovate bot force-pushed the renovate/github-tags/step-security-harden-runner-2.x branch from 09e6230 to 9316e36 Compare February 25, 2026 02:41
@renovate renovate bot changed the title ci: update action step-security/harden-runner from c6295a6 to 5ef0c07 ci: update action step-security/harden-runner from c6295a6 to a90bcbc Feb 25, 2026
@renovate renovate bot force-pushed the renovate/github-tags/step-security-harden-runner-2.x branch from 9316e36 to 7b14957 Compare March 8, 2026 11:55
@renovate renovate bot changed the title ci: update action step-security/harden-runner from c6295a6 to a90bcbc ci: update action step-security/harden-runner from c6295a6 to 58077d3 Mar 8, 2026
@renovate renovate bot force-pushed the renovate/github-tags/step-security-harden-runner-2.x branch from 7b14957 to 4f17f8d Compare March 16, 2026 10:50
@renovate renovate bot changed the title ci: update action step-security/harden-runner from c6295a6 to 58077d3 ci: update action step-security/harden-runner from c6295a6 to fa2e9d6 Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot Bot involvement dependency Additions or changes involving dependency renovate Anything from renovatebot workflow Additions or changes involving workflow

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant