Skip to content

chore(deps): update step-security/harden-runner action to v2.19.3#50

Open
renovate-coveo[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

chore(deps): update step-security/harden-runner action to v2.19.3#50
renovate-coveo[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate-coveo
Copy link
Copy Markdown
Contributor

@renovate-coveo renovate-coveo Bot commented Dec 15, 2025

This PR contains the following updates:

Package Type Update Change Pending
step-security/harden-runner action minor v2.13.2v2.19.3 v2.19.4

[skip release]


Release Notes

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

v2.19.3

Compare Source

What's Changed

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

v2.19.2

Compare Source

What's Changed
  • Update the Harden Runner agent for enterprise tier to use go 1.26 and fix minor bugs.

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

v2.19.1

Compare Source

What's Changed

What the fix changes

  • Harden-Runner will detect ubuntu-slim runners and exit cleanly with an informational log message, instead of post harden runner step failing on chown: invalid user: 'undefined'.

What the fix does not do

  • Jobs running on ubuntu-slim will not be monitored by Harden-Runner. The agent relies on kernel-level features (that require elevated capabilities).
  • Per GitHub's docs on single-CPU runners: "The container for ubuntu-slim runners runs in unprivileged mode. This means that some operations requiring elevated privileges such as mounting file systems, using Docker-in-Docker, or accessing low-level kernel features are not supported." Those low-level kernel features are what the agent needs, so monitoring inside the unprivileged container is not feasible today.

For StepSecurity enterprise customers
If your security posture requires that workflows are always monitored, you can block the use of ubuntu-slim via workflow run policies see the Runner Label Policy docs. This lets you enforce that jobs only run on monitored runner types.

New Contributors

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

v2.19.0

Compare Source

What's Changed
New Runner Support

Harden-Runner now supports Depot, Blacksmith, Namespace, and WarpBuild runners with the same egress monitoring, runtime monitoring, and policy enforcement available on GitHub-hosted runners.

Automated Incident Response for Supply Chain Attacks
  • Global block list: Outbound connections to known malicious domains and IPs are now blocked even in audit mode.
  • System-defined detection rules: Harden-Runner will trigger lockdown mode when a high risk event is detected during an active supply chain attack (for example, a process reading the memory of the runner worker process, a common technique for stealing GitHub Actions secrets).
Bug Fixes

Windows and macOS: stability and reliability fixes

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

v2.18.0

Compare Source

What's Changed

Global Block List: During supply chain incidents like the recent axios and trivy compromises, StepSecurity will add known malicious domains and IP addresses (IOCs) to a global block list. These will be automatically blocked, even in audit mode, providing immediate protection without requiring any workflow changes.

Deploy on Self-Hosted VM: Added deploy-on-self-hosted-vm input that allows the Harden Runner agent to be installed directly on ephemeral self-hosted Linux runner VMs at workflow runtime. This is intended as an alternative when baking the agent into the VM image is not possible.

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

v2.17.0

Compare Source

What's Changed
Policy Store Support

Added use-policy-store and api-key inputs to fetch security policies directly from the StepSecurity Policy Store. Policies can be defined and attached at the workflow, repo, org, or cluster (ARC) level, with the most granular policy taking precedence. This is the preferred method over the existing policy input which requires id-token: write permission. If no policy is found in the store, the action defaults to audit mode.

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

v2.16.1

Compare Source

What's Changed

Enterprise tier: Added support for direct IP addresses in the allow list
Community tier: Migrated Harden Runner telemetry to a new endpoint

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

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


Configuration

📅 Schedule: (in timezone America/Toronto)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • "after 9:00am and before 12:00pm on tuesday, wednesday, thursday"

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

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate.

@renovate-coveo renovate-coveo Bot requested a review from a team as a code owner December 15, 2025 05:23
@renovate-coveo renovate-coveo Bot force-pushed the renovate/all-minor-patch branch from 94e878a to b617bf5 Compare December 16, 2025 19:57
@renovate-coveo renovate-coveo Bot changed the title chore(deps): update step-security/harden-runner action to v2.13.3 chore(deps): update step-security/harden-runner action to v2.14.0 Dec 16, 2025
@renovate-coveo renovate-coveo Bot force-pushed the renovate/all-minor-patch branch from b617bf5 to 31095c9 Compare February 2, 2026 05:32
@renovate-coveo renovate-coveo Bot changed the title chore(deps): update step-security/harden-runner action to v2.14.0 chore(deps): update step-security/harden-runner action to v2.14.1 Feb 2, 2026
@renovate-coveo renovate-coveo Bot force-pushed the renovate/all-minor-patch branch from 31095c9 to 5bdee71 Compare February 16, 2026 06:37
@renovate-coveo renovate-coveo Bot changed the title chore(deps): update step-security/harden-runner action to v2.14.1 chore(deps): update step-security/harden-runner action to v2.14.2 Feb 16, 2026
@renovate-coveo renovate-coveo Bot force-pushed the renovate/all-minor-patch branch from 5bdee71 to aa0692c Compare March 3, 2026 23:30
@renovate-coveo renovate-coveo Bot changed the title chore(deps): update step-security/harden-runner action to v2.14.2 chore(deps): update step-security/harden-runner action to v2.15.0 Mar 3, 2026
@renovate-coveo renovate-coveo Bot force-pushed the renovate/all-minor-patch branch from aa0692c to 09c04c5 Compare March 12, 2026 21:44
@renovate-coveo renovate-coveo Bot changed the title chore(deps): update step-security/harden-runner action to v2.15.0 chore(deps): update step-security/harden-runner action to v2.15.1 Mar 12, 2026
@renovate-coveo renovate-coveo Bot force-pushed the renovate/all-minor-patch branch from 09c04c5 to 69b36ed Compare March 23, 2026 07:30
@renovate-coveo renovate-coveo Bot changed the title chore(deps): update step-security/harden-runner action to v2.15.1 chore(deps): update step-security/harden-runner action to v2.16.0 Mar 23, 2026
@renovate-coveo renovate-coveo Bot force-pushed the renovate/all-minor-patch branch from 69b36ed to e833aed Compare April 6, 2026 18:54
@renovate-coveo renovate-coveo Bot changed the title chore(deps): update step-security/harden-runner action to v2.16.0 chore(deps): update step-security/harden-runner action to v2.16.1 Apr 6, 2026
@renovate-coveo renovate-coveo Bot force-pushed the renovate/all-minor-patch branch from e833aed to cd7cb86 Compare April 16, 2026 06:56
@renovate-coveo renovate-coveo Bot changed the title chore(deps): update step-security/harden-runner action to v2.16.1 chore(deps): update step-security/harden-runner action to v2.17.0 Apr 16, 2026
@renovate-coveo renovate-coveo Bot force-pushed the renovate/all-minor-patch branch from cd7cb86 to b9074cf Compare April 22, 2026 08:07
@renovate-coveo renovate-coveo Bot changed the title chore(deps): update step-security/harden-runner action to v2.17.0 chore(deps): update step-security/harden-runner action to v2.18.0 Apr 22, 2026
@renovate-coveo renovate-coveo Bot force-pushed the renovate/all-minor-patch branch from b9074cf to 08a6b91 Compare April 27, 2026 07:46
@renovate-coveo renovate-coveo Bot changed the title chore(deps): update step-security/harden-runner action to v2.18.0 chore(deps): update step-security/harden-runner action to v2.19.0 Apr 27, 2026
@renovate-coveo renovate-coveo Bot force-pushed the renovate/all-minor-patch branch from 08a6b91 to afe3302 Compare May 11, 2026 00:29
@renovate-coveo renovate-coveo Bot changed the title chore(deps): update step-security/harden-runner action to v2.19.0 chore(deps): update step-security/harden-runner action to v2.19.1 May 11, 2026
@renovate-coveo renovate-coveo Bot force-pushed the renovate/all-minor-patch branch from afe3302 to 5aa0f68 Compare May 20, 2026 20:49
@renovate-coveo renovate-coveo Bot changed the title chore(deps): update step-security/harden-runner action to v2.19.1 chore(deps): update step-security/harden-runner action to v2.19.2 May 20, 2026
@renovate-coveo renovate-coveo Bot changed the title chore(deps): update step-security/harden-runner action to v2.19.2 chore(deps): update step-security/harden-runner action to v2.19.3 May 21, 2026
@renovate-coveo renovate-coveo Bot force-pushed the renovate/all-minor-patch branch from 5aa0f68 to c351ed5 Compare May 21, 2026 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants