Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 30, 2024

This PR contains the following updates:

Package Type Update Change
step-security/harden-runner action minor v2.7.0v2.14.1

Release Notes

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

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

v2.11.1

Compare Source

What's Changed

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

v2.11.0

Compare Source

What's Changed

Release v2.11.0 in #​498
Harden-Runner Enterprise tier now supports the use of eBPF for DNS resolution and network call monitoring

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

v2.10.4

Compare Source

What's Changed

Fixed a potential Harden-Runner post step failure that could occur when printing agent service logs. The fix gracefully handles failures without failing the post step.

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

v2.10.3

Compare Source

What's Changed

Fixed an issue where DNS requests using uppercase characters (e.g., EXAMPLE.com) were blocked even when the domain was present in the allowed list. This update standardizes domain names to lowercase for consistent comparison.

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

v2.10.2

Compare Source

What's Changed
  1. Fixes low-severity command injection weaknesses
    The advisory is here: GHSA-g85v-wf27-67xc

  2. Bug fix to improve detection of whether Harden-Runner is running in a container

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

v2.10.1

Compare Source

What's Changed

Release v2.10.1 by @​varunsh-coder in #​463
Bug fix: Resolves an issue where DNS resolution of .local domains was failing when using a Kind cluster in a GitHub Actions workflow.

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

v2.10.0

Compare Source

What's Changed

Release v2.10.0 by @​h0x0er and @​varunsh-coder in #​455

ARM Support: Harden-Runner Enterprise tier now supports GitHub-hosted ARM runners. This includes all the features that apply to previously supported GitHub-hosted x64 Linux runners.

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

v2.9.1

Compare Source

What's Changed

Release v2.9.1 by @​h0x0er and @​varunsh-coder in #​440
This release includes two changes:

  1. Updated markdown displayed in the job summary by the Harden-Runner Action.
  2. Fixed a bug affecting Enterprise Tier customers where the agent attempted to upload telemetry for jobs with disable-telemetry set to true. No telemetry was uploaded as the endpoint was not in the allowed list.

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

v2.9.0

Compare Source

What's Changed

Release v2.9.0 by @​h0x0er and @​varunsh-coder in #​435
This release includes:

  • Enterprise Tier - Telemetry Upload Enhancement:
    For the enterprise tier, this change helps overcome size constraints, allowing for more reliable telemetry uploads from the Harden-Runner agent to the StepSecurity backend API. No configuration change is needed to enable this.
  • Harden-Runner Agent Authentication:
    The Harden-Runner agent now uses a per-job key to authenticate to the StepSecurity backend API to submit telemetry. This change prevents the submission of telemetry data anonymously for a given job, improving the integrity of the data collection process. No configuration change is needed to enable this.
  • README Update:
    A Table of Contents has been added to the README file to improve navigation. This makes it easier for users to find the information they need quickly.
  • Dependency Update:
    Updated the braces npm package dependency to a non-vulnerable version. The vulnerability in braces did not affect the Harden Runner Action

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

v2.8.1

Compare Source

What's Changed
  • Bug fix: Update isGitHubHosted implementation by @​varunsh-coder in #​425
    The previous implementation incorrectly identified large GitHub-hosted runners as self-hosted runners. As a result, harden-runner was not executing on these large GitHub-hosted runners.

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

v2.8.0

Compare Source

What's Changed

Release v2.8.0 by @​h0x0er and @​varunsh-coder in #​416
This release includes:

  • File Monitoring Enhancements: Adds the capability to view the name and path of every file written during the build process.
  • Process Tracking Enhancements: Adds the capability to view process names and arguments of processes run during the build process.

These enhancements are based on insights from the XZ Utils incident, aimed at improving observability and detections during the build process.

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

v2.7.1

Compare Source

What's Changed

Release v2.7.1 by @​varunsh-coder, @​h0x0er, @​ashishkurmi in #​397
This release:

  • Improves the capability to inspect outbound HTTPS traffic on GitHub-hosted and self-hosted VM runners
  • Updates README to add link to case study video on how Harden-Runner detected a supply chain attack on a Google open-source project
  • Addresses minor bugs

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


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 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from d325d4e to ed65172 Compare May 22, 2024 01:08
@renovate renovate bot changed the title Update step-security/harden-runner action to v2.7.1 Update step-security/harden-runner action to v2.8.0 May 22, 2024
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from ed65172 to c22da05 Compare June 9, 2024 05:15
@renovate renovate bot changed the title Update step-security/harden-runner action to v2.8.0 Update step-security/harden-runner action to v2.8.1 Jun 9, 2024
@renovate renovate bot changed the title Update step-security/harden-runner action to v2.8.1 Update step-security/harden-runner action to v2.9.0 Jul 21, 2024
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from c22da05 to f07bc12 Compare July 21, 2024 09:00
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from f07bc12 to ffc1b3e Compare August 6, 2024 00:42
@renovate renovate bot changed the title Update step-security/harden-runner action to v2.9.0 Update step-security/harden-runner action to v2.9.1 Aug 6, 2024
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from ffc1b3e to cbf6c07 Compare September 11, 2024 00:33
@renovate renovate bot changed the title Update step-security/harden-runner action to v2.9.1 Update step-security/harden-runner action to v2.10.0 Sep 11, 2024
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from cbf6c07 to 78e5311 Compare September 12, 2024 01:01
@renovate renovate bot changed the title Update step-security/harden-runner action to v2.10.0 Update step-security/harden-runner action to v2.10.1 Sep 12, 2024
@renovate renovate bot changed the title Update step-security/harden-runner action to v2.10.1 Update step-security/harden-runner action to v2.10.2 Nov 19, 2024
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from 78e5311 to 03e51d4 Compare November 19, 2024 00:56
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from 03e51d4 to 97986cb Compare January 11, 2025 12:07
@renovate renovate bot changed the title Update step-security/harden-runner action to v2.10.2 Update step-security/harden-runner action to v2.10.3 Jan 11, 2025
@renovate renovate bot changed the title Update step-security/harden-runner action to v2.10.3 Update step-security/harden-runner action to v2.10.4 Jan 20, 2025
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from 97986cb to 20b47fb Compare January 20, 2025 19:55
@renovate renovate bot changed the title Update step-security/harden-runner action to v2.10.4 Update step-security/harden-runner action to v2.11.0 Feb 18, 2025
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from 20b47fb to 793c9dd Compare February 18, 2025 00:13
@renovate renovate bot changed the title Update step-security/harden-runner action to v2.11.0 Update step-security/harden-runner action to v2.11.1 Apr 2, 2025
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from 793c9dd to 5f43c05 Compare April 2, 2025 00:13
@renovate renovate bot changed the title Update step-security/harden-runner action to v2.11.1 Update step-security/harden-runner action to v2.12.0 Apr 22, 2025
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from 5f43c05 to 44d15a1 Compare April 22, 2025 00:27
@renovate renovate bot changed the title Update step-security/harden-runner action to v2.12.0 Update step-security/harden-runner action to v2.12.1 Jun 12, 2025
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from 44d15a1 to c4da785 Compare June 12, 2025 00:55
@renovate renovate bot changed the title Update step-security/harden-runner action to v2.12.1 Update step-security/harden-runner action to v2.12.2 Jul 1, 2025
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from c4da785 to 83558a8 Compare July 1, 2025 04:38
@renovate renovate bot changed the title Update step-security/harden-runner action to v2.12.2 Update step-security/harden-runner action to v2.13.0 Jul 16, 2025
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from 83558a8 to 4f62e0e Compare July 16, 2025 00:49
@renovate renovate bot changed the title Update step-security/harden-runner action to v2.13.0 Update step-security/harden-runner action to v2.13.1 Sep 10, 2025
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from 4f62e0e to 5f7377f Compare September 10, 2025 19:36
@renovate renovate bot changed the title Update step-security/harden-runner action to v2.13.1 Update step-security/harden-runner action to v2.13.2 Nov 8, 2025
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from 5f7377f to 90b2501 Compare November 8, 2025 08:03
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from 90b2501 to aab7219 Compare December 2, 2025 23:47
@renovate renovate bot changed the title Update step-security/harden-runner action to v2.13.2 Update step-security/harden-runner action to v2.13.3 Dec 2, 2025
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from aab7219 to 827abac Compare December 10, 2025 07:29
@renovate renovate bot changed the title Update step-security/harden-runner action to v2.13.3 Update step-security/harden-runner action to v2.14.0 Dec 10, 2025
@renovate renovate bot changed the title Update step-security/harden-runner action to v2.14.0 Update step-security/harden-runner action to v2.14.1 Jan 27, 2026
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from 827abac to 8d54e87 Compare January 27, 2026 00:14
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.

0 participants