Skip to content

Update step-security/harden-runner action to v2.15.1#55

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

Update step-security/harden-runner action to v2.15.1#55
renovate[bot] wants to merge 1 commit intomainfrom
renovate/step-security-harden-runner-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2024

This PR contains the following updates:

Package Type Update Change
step-security/harden-runner action minor v2.9.1v2.15.1

Release Notes

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

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

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


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 changed the title Update step-security/harden-runner action to v2.10.0 Update step-security/harden-runner action to v2.10.1 Sep 11, 2024
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from 2167cbf to 6a95962 Compare September 11, 2024 07:20
@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 18, 2024
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from 6a95962 to 69ec3ca Compare November 18, 2024 22: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 9, 2025
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from 69ec3ca to 1f2ccb2 Compare January 9, 2025 22:25
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from 1f2ccb2 to 57cd070 Compare January 20, 2025 01:27
@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 changed the title Update step-security/harden-runner action to v2.10.4 Update step-security/harden-runner action to v2.11.0 Feb 17, 2025
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from 57cd070 to 69f28b6 Compare February 17, 2025 07:00
@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 1, 2025
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from 69f28b6 to 0727d11 Compare April 1, 2025 21:24
@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 21, 2025
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from 0727d11 to 6ac69a2 Compare April 21, 2025 22:20
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from 6ac69a2 to 488f6ab Compare June 11, 2025 17:26
@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 11, 2025
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from 488f6ab to 2cc2d58 Compare June 30, 2025 13:42
@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 Jun 30, 2025
@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 15, 2025
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from 2cc2d58 to 7f6f330 Compare July 15, 2025 22:29
@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 9, 2025
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from 7f6f330 to 977d487 Compare September 9, 2025 21:37
@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 5, 2025
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from 977d487 to 951a727 Compare November 5, 2025 10:48
@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 951a727 to 7bce45d Compare December 2, 2025 10: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 force-pushed the renovate/step-security-harden-runner-2.x branch from 7bce45d to 675640d Compare December 10, 2025 03:55
@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 26, 2026
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from 675640d to 8419cf9 Compare January 26, 2026 10:06
@renovate renovate bot changed the title Update step-security/harden-runner action to v2.14.1 Update step-security/harden-runner action to v2.14.2 Feb 7, 2026
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from 8419cf9 to 07220a0 Compare February 7, 2026 05:50
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from 07220a0 to cf1252a Compare February 24, 2026 23:43
@renovate renovate bot changed the title Update step-security/harden-runner action to v2.14.2 Update step-security/harden-runner action to v2.15.0 Feb 24, 2026
@renovate renovate bot force-pushed the renovate/step-security-harden-runner-2.x branch from cf1252a to a563d4e Compare March 5, 2026 22:56
@renovate renovate bot changed the title Update step-security/harden-runner action to v2.15.0 Update step-security/harden-runner action to v2.15.1 Mar 5, 2026
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