Skip to content

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

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

chore(deps-dev): update step-security/harden-runner action to v2.19.3#61
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/step-security-harden-runner-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 19, 2023

This PR contains the following updates:

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

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

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

v2.7.0

Compare Source

What's Changed

Release 2.7.0 by @​varunsh-coder and @​h0x0er in #​376
This release:

  1. Updates the node runtime to node20
  2. Adds capability to inspect outbound HTTPS traffic on GitHub-hosted and self-hosted VM runners

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

v2.6.1

Compare Source

What's Changed

Release v2.6.1 by @​varunsh-coder and @​h0x0er in #​356
This release:

  1. Improves the job summary markdown written by the Harden-Runner Action
  2. Improves detection of cache endpoint used by the job
  3. Detects use of Kubernetes mode in Actions Runner Controller (ARC) based runners
  4. Updates dependencies

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


Configuration

📅 Schedule: (UTC)

  • 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 requested a review from a team as a code owner November 19, 2023 21:11
@renovate renovate Bot added dependencies Pull requests that update a dependency file github-actions labels Nov 19, 2023
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Nov 19, 2023

Pull Request Test Coverage Report for Build 7761739698

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 79.167%

Totals Coverage Status
Change from base Build 6958577875: 0.0%
Covered Lines: 114
Relevant Lines: 144

💛 - Coveralls

@renovate renovate Bot force-pushed the renovate/step-security-harden-runner-2.x branch from 60fd426 to 988bb4a Compare February 2, 2024 21:27
@renovate renovate Bot changed the title chore(deps-dev): update step-security/harden-runner action to v2.6.1 chore(deps-dev): update step-security/harden-runner action to v2.7.0 Feb 2, 2024
@renovate renovate Bot force-pushed the renovate/step-security-harden-runner-2.x branch from 988bb4a to 16613f5 Compare May 2, 2024 22:47
@renovate renovate Bot changed the title chore(deps-dev): update step-security/harden-runner action to v2.7.0 chore(deps-dev): update step-security/harden-runner action to v2.7.1 May 2, 2024
@renovate renovate Bot force-pushed the renovate/step-security-harden-runner-2.x branch from 16613f5 to a6cf4e4 Compare May 25, 2024 01:12
@renovate renovate Bot changed the title chore(deps-dev): update step-security/harden-runner action to v2.7.1 chore(deps-dev): update step-security/harden-runner action to v2.8.0 May 25, 2024
@renovate renovate Bot force-pushed the renovate/step-security-harden-runner-2.x branch from a6cf4e4 to 3548804 Compare June 10, 2024 16:16
@renovate renovate Bot changed the title chore(deps-dev): update step-security/harden-runner action to v2.8.0 chore(deps-dev): update step-security/harden-runner action to v2.8.1 Jun 10, 2024
@renovate renovate Bot force-pushed the renovate/step-security-harden-runner-2.x branch from 3548804 to ff62e7e Compare July 21, 2024 18:08
@renovate renovate Bot changed the title chore(deps-dev): update step-security/harden-runner action to v2.8.1 chore(deps-dev): update step-security/harden-runner action to v2.9.0 Jul 21, 2024
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jul 21, 2024

Pull Request Test Coverage Report for Build 14272635063

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 79.167%

Totals Coverage Status
Change from base Build 13852759530: 0.0%
Covered Lines: 114
Relevant Lines: 144

💛 - Coveralls

@renovate renovate Bot force-pushed the renovate/step-security-harden-runner-2.x branch from ff62e7e to d193822 Compare August 8, 2024 23:42
@renovate renovate Bot changed the title chore(deps-dev): update step-security/harden-runner action to v2.9.0 chore(deps-dev): update step-security/harden-runner action to v2.9.1 Aug 8, 2024
@renovate renovate Bot force-pushed the renovate/step-security-harden-runner-2.x branch from d193822 to 0f7ae7d Compare September 13, 2024 19:41
@renovate renovate Bot changed the title chore(deps-dev): update step-security/harden-runner action to v2.9.1 chore(deps-dev): update step-security/harden-runner action to v2.10.0 Sep 13, 2024
@renovate renovate Bot force-pushed the renovate/step-security-harden-runner-2.x branch from 0f7ae7d to d15f530 Compare September 14, 2024 07:45
@renovate renovate Bot changed the title chore(deps-dev): update step-security/harden-runner action to v2.10.0 chore(deps-dev): update step-security/harden-runner action to v2.10.1 Sep 14, 2024
@renovate renovate Bot force-pushed the renovate/step-security-harden-runner-2.x branch from d15f530 to 2468432 Compare November 21, 2024 21:12
@renovate renovate Bot changed the title chore(deps-dev): update step-security/harden-runner action to v2.10.1 chore(deps-dev): update step-security/harden-runner action to v2.10.2 Nov 21, 2024
@renovate renovate Bot force-pushed the renovate/step-security-harden-runner-2.x branch from 2468432 to e4abc7c Compare January 13, 2025 01:51
@renovate renovate Bot changed the title chore(deps-dev): update step-security/harden-runner action to v2.10.2 chore(deps-dev): update step-security/harden-runner action to v2.10.3 Jan 13, 2025
@renovate renovate Bot force-pushed the renovate/step-security-harden-runner-2.x branch from e4abc7c to b40f739 Compare January 23, 2025 01:45
@renovate renovate Bot changed the title chore(deps-dev): update step-security/harden-runner action to v2.10.3 chore(deps-dev): update step-security/harden-runner action to v2.10.4 Jan 23, 2025
@renovate renovate Bot force-pushed the renovate/step-security-harden-runner-2.x branch from b40f739 to 5af5876 Compare February 18, 2025 23:14
@renovate renovate Bot changed the title chore(deps-dev): update step-security/harden-runner action to v2.10.4 chore(deps-dev): update step-security/harden-runner action to v2.11.0 Feb 18, 2025
@renovate renovate Bot changed the title chore(deps-dev): update step-security/harden-runner action to v2.13.1 chore(deps-dev): 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 373d69f to 519adff Compare December 5, 2025 07:13
@renovate renovate Bot changed the title chore(deps-dev): update step-security/harden-runner action to v2.13.2 chore(deps-dev): update step-security/harden-runner action to v2.13.3 Dec 5, 2025
@renovate renovate Bot force-pushed the renovate/step-security-harden-runner-2.x branch from 519adff to 0825560 Compare December 12, 2025 22:27
@renovate renovate Bot changed the title chore(deps-dev): update step-security/harden-runner action to v2.13.3 chore(deps-dev): update step-security/harden-runner action to v2.14.0 Dec 12, 2025
@renovate renovate Bot force-pushed the renovate/step-security-harden-runner-2.x branch from 0825560 to 3ec38f5 Compare January 29, 2026 09:32
@renovate renovate Bot changed the title chore(deps-dev): update step-security/harden-runner action to v2.14.0 chore(deps-dev): update step-security/harden-runner action to v2.14.1 Jan 29, 2026
@renovate renovate Bot force-pushed the renovate/step-security-harden-runner-2.x branch from 3ec38f5 to f4f9f54 Compare February 10, 2026 04:52
@renovate renovate Bot changed the title chore(deps-dev): update step-security/harden-runner action to v2.14.1 chore(deps-dev): update step-security/harden-runner action to v2.14.2 Feb 10, 2026
@renovate renovate Bot force-pushed the renovate/step-security-harden-runner-2.x branch from f4f9f54 to e617a42 Compare February 28, 2026 01:24
@renovate renovate Bot changed the title chore(deps-dev): update step-security/harden-runner action to v2.14.2 chore(deps-dev): update step-security/harden-runner action to v2.15.0 Feb 28, 2026
@renovate renovate Bot force-pushed the renovate/step-security-harden-runner-2.x branch from e617a42 to 57bcc63 Compare March 9, 2026 01:28
@renovate renovate Bot changed the title chore(deps-dev): update step-security/harden-runner action to v2.15.0 chore(deps-dev): update step-security/harden-runner action to v2.15.1 Mar 9, 2026
@renovate renovate Bot force-pushed the renovate/step-security-harden-runner-2.x branch from 57bcc63 to 1a537da Compare March 19, 2026 08:50
@renovate renovate Bot changed the title chore(deps-dev): update step-security/harden-runner action to v2.15.1 chore(deps-dev): update step-security/harden-runner action to v2.16.0 Mar 19, 2026
@renovate renovate Bot force-pushed the renovate/step-security-harden-runner-2.x branch from 1a537da to 6cb188a Compare April 2, 2026 18:57
@renovate renovate Bot changed the title chore(deps-dev): update step-security/harden-runner action to v2.16.0 chore(deps-dev): update step-security/harden-runner action to v2.16.1 Apr 2, 2026
@renovate renovate Bot force-pushed the renovate/step-security-harden-runner-2.x branch from 6cb188a to 7dcce9c Compare April 12, 2026 08:40
@renovate renovate Bot changed the title chore(deps-dev): update step-security/harden-runner action to v2.16.1 chore(deps-dev): update step-security/harden-runner action to v2.17.0 Apr 12, 2026
@renovate renovate Bot force-pushed the renovate/step-security-harden-runner-2.x branch from 7dcce9c to 9a455c3 Compare April 18, 2026 09:24
@renovate renovate Bot changed the title chore(deps-dev): update step-security/harden-runner action to v2.17.0 chore(deps-dev): update step-security/harden-runner action to v2.18.0 Apr 18, 2026
@renovate renovate Bot force-pushed the renovate/step-security-harden-runner-2.x branch from 9a455c3 to 6f665bf Compare April 23, 2026 11:54
@renovate renovate Bot changed the title chore(deps-dev): update step-security/harden-runner action to v2.18.0 chore(deps-dev): update step-security/harden-runner action to v2.19.0 Apr 23, 2026
@renovate renovate Bot force-pushed the renovate/step-security-harden-runner-2.x branch from 6f665bf to a718d49 Compare May 5, 2026 06:33
@renovate renovate Bot changed the title chore(deps-dev): update step-security/harden-runner action to v2.19.0 chore(deps-dev): update step-security/harden-runner action to v2.19.1 May 5, 2026
@renovate renovate Bot force-pushed the renovate/step-security-harden-runner-2.x branch from a718d49 to c53c057 Compare May 16, 2026 21:29
@renovate renovate Bot changed the title chore(deps-dev): update step-security/harden-runner action to v2.19.1 chore(deps-dev): update step-security/harden-runner action to v2.19.2 May 16, 2026
@renovate renovate Bot force-pushed the renovate/step-security-harden-runner-2.x branch from c53c057 to 8bfbabf Compare May 17, 2026 21:36
@renovate renovate Bot changed the title chore(deps-dev): update step-security/harden-runner action to v2.19.2 chore(deps-dev): update step-security/harden-runner action to v2.19.3 May 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github-actions size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants