Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps step-security/harden-runner from 2.13.1 to 2.13.2.

Release notes

Sourced from step-security/harden-runner's releases.

v2.13.2

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

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Nov 10, 2025
olleolleolle added a commit to olleolleolle/timeout that referenced this pull request Nov 10, 2025
Failed build in ruby#70.

Pre-3.0 versions of Ruby didn't support pattern matching, and power_assert warned.
olleolleolle added a commit that referenced this pull request Nov 10, 2025
Failed build in #70.

Pre-3.0 versions of Ruby didn't support pattern matching, and power_assert warned.
@olleolleolle
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/github_actions/step-security/harden-runner-2.13.2 branch from 43455af to 5bd4e66 Compare November 10, 2025 08:47
@olleolleolle
Copy link
Contributor

olleolleolle commented Nov 10, 2025

Hm, #71 passed green.

EDIT: Even with a rerun of this PR, the error output contained:

 263: 
     264:   # https://github.com/ruby/timeout/issues/24
     265:   def test_handling_enclosed_threadgroup
  => 266:     assert_separately(%w[-W0 -rtimeout], <<-'end;')
     267:       Thread.new {
     268:         t = Thread.current
     269:         group = ThreadGroup.new
===============================================================================
===============================================================================
Failure: test_threadgroup(TestTimeout):
  assert_separately failed with error message
  pid 2682 exit 1
  | /Users/runner/hostedtoolcache/Ruby/2.6.10/arm64/bin/ruby: invalid option -:  (-h will show valid options) (RuntimeError)

@nobu
Copy link
Member

nobu commented Nov 26, 2025

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 26, 2025

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@nobu
Copy link
Member

nobu commented Nov 26, 2025

@dependabot rebase

Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.13.1 to 2.13.2.
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@f4a75cf...95d9a5d)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-version: 2.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/step-security/harden-runner-2.13.2 branch from 5bd4e66 to 74efd47 Compare November 26, 2025 09:56
@nobu nobu merged commit 45b9db0 into master Nov 26, 2025
38 checks passed
@nobu nobu deleted the dependabot/github_actions/step-security/harden-runner-2.13.2 branch November 26, 2025 09:58
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 Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants