Skip to content

chore(deps): bump step-security/harden-runner from 2.18.0 to 2.19.0 in the github-actions group across 1 directory - #576

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-7b3d6390da
Closed

chore(deps): bump step-security/harden-runner from 2.18.0 to 2.19.0 in the github-actions group across 1 directory#576
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-7b3d6390da

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Copy link
Copy Markdown

Bumps the github-actions group with 1 update in the / directory: step-security/harden-runner.

Updates step-security/harden-runner from 2.18.0 to 2.19.0

Release notes

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

v2.19.0

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

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 20, 2026
@dependabot
dependabot Bot requested a review from CybotTM as a code owner April 20, 2026 09:26
@github-actions github-actions Bot added the ci label Apr 20, 2026
@github-actions
github-actions Bot enabled auto-merge April 20, 2026 09:27
@github-actions

github-actions Bot commented Apr 20, 2026

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
actions/step-security/harden-runner 8d3c67de8e2fe68ef647c8db1e6a09f647780f40 🟢 8.4
Details
CheckScoreReason
Binary-Artifacts🟢 10no binaries found in the repo
Branch-Protection🟢 8branch protection is not maximal on development and all release branches
CI-Tests🟢 1016 out of 16 merged PRs checked by a CI test -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Code-Review🟢 10all changesets reviewed
Contributors🟢 6project has 2 contributing companies or organizations -- score normalized to 6
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Dependency-Update-Tool🟢 10update tool detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Maintained🟢 1013 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 10
Packaging⚠️ -1packaging workflow not detected
Pinned-Dependencies🟢 6dependency not pinned by hash detected -- score normalized to 6
SAST🟢 10SAST tool is run on all commits
Security-Policy🟢 10security policy file detected
Signed-Releases⚠️ -1no releases found
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Vulnerabilities🟢 64 existing vulnerabilities detected

Scanned Files

  • .github/workflows/integration.yml

@dependabot dependabot Bot changed the title chore(deps): bump step-security/harden-runner from 2.18.0 to 2.19.0 in the github-actions group chore(deps): bump step-security/harden-runner from 2.18.0 to 2.19.0 in the github-actions group across 1 directory Apr 20, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-7b3d6390da branch from 6c65466 to 6251693 Compare April 20, 2026 11:18
github-actions[bot]
github-actions Bot previously approved these changes Apr 20, 2026
CybotTM added a commit that referenced this pull request Apr 20, 2026
…tests

Previously integration.yml ran `go test -tags=integration` with a
bespoke harden-runner + setup-buildx setup. With go-check.yml now
supporting `enable-integration-tests: true` (set in this repo's
ci.yml), the same invocation runs inside the reusable workflow and
uploads coverage to Codecov under the `integration` flag.

This also removes the last inline harden-runner reference on ofelia,
so Dependabot's harden-runner bumps (e.g. #576) are fully handled by
netresearch/.github updates and no longer surface per-repo.

Signed-off-by: Sebastian Mendel <sebastian.mendel@netresearch.de>
CybotTM added a commit that referenced this pull request Apr 20, 2026
…tests

Previously integration.yml ran `go test -tags=integration` with a
bespoke harden-runner + setup-buildx setup. With go-check.yml now
supporting `enable-integration-tests: true` (set in this repo's
ci.yml), the same invocation runs inside the reusable workflow and
uploads coverage to Codecov under the `integration` flag.

This also removes the last inline harden-runner reference on ofelia,
so Dependabot's harden-runner bumps (e.g. #576) are fully handled by
netresearch/.github updates and no longer surface per-repo.

Signed-off-by: Sebastian Mendel <sebastian.mendel@netresearch.de>
Bumps the github-actions group with 1 update: [step-security/harden-runner](https://github.com/step-security/harden-runner).


Updates `step-security/harden-runner` from 2.18.0 to 2.19.0
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@6c3c2f2...8d3c67d)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-7b3d6390da branch from 6251693 to 3d19535 Compare April 20, 2026 11:46
@github-actions
github-actions Bot added this pull request to the merge queue Apr 20, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to no response for status checks Apr 20, 2026
@CybotTM

CybotTM commented Apr 20, 2026

Copy link
Copy Markdown
Member

Superseded — template codeql.yml no longer has an inline step-security/harden-runner reference after netresearch/.github#60 folded language auto-detection into the reusable workflow. Consumer repos' .github/ directories now carry no direct harden-runner usage (only via uses: netresearch/.github/.../codeql.yml@main and friends), so Dependabot's harden-runner group bumps no longer apply here. Future bumps will surface once in netresearch/.github and reach every consumer via the next sync.

@CybotTM CybotTM closed this Apr 20, 2026
@dependabot @github

dependabot Bot commented on behalf of github Apr 20, 2026

Copy link
Copy Markdown
Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@CybotTM
CybotTM deleted the dependabot/github_actions/github-actions-7b3d6390da branch April 20, 2026 11:59
github-merge-queue Bot pushed a commit that referenced this pull request Apr 20, 2026
Redundant with go-check's `enable-integration-tests: true` already set
in ci.yml. Removing kills the last inline harden-runner reference on
ofelia (so #576 and future similar Dependabot PRs are fully handled by
netresearch/.github updates).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci 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.

1 participant