Skip to content

Bump step-security/harden-runner from 2.19.1 to 2.19.4 - #369

Merged
muir merged 1 commit into
mainfrom
dependabot/github_actions/step-security/harden-runner-2.19.4
Jul 30, 2026
Merged

Bump step-security/harden-runner from 2.19.1 to 2.19.4#369
muir merged 1 commit into
mainfrom
dependabot/github_actions/step-security/harden-runner-2.19.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 22, 2026

Copy link
Copy Markdown
Contributor

Bumps step-security/harden-runner from 2.19.1 to 2.19.4.

Release notes

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

v2.19.4

What's Changed

  • Improvements for HTTPS Monitoring for the Enterprise tier of Harden Runner

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

v2.19.3

What's Changed

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

v2.19.2

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

Commits
  • 9af89fc Merge pull request #667 from step-security/update-agent-v1.8.6
  • 485dce8 Update agent to v1.8.6
  • ab7a940 Merge pull request #665 from step-security/fix/use-policy-store-default-audit
  • ec41b78 Default to audit mode when api-key missing with use-policy-store
  • 9ca718d Merge pull request #664 from step-security/update-agent-v1.8.5
  • 1dee3df Update agent to v1.8.5
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.19.1 to 2.19.4.
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@a5ad31d...9af89fc)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 22, 2026
@dependabot
dependabot Bot requested a review from muir as a code owner May 22, 2026 06:27
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 22, 2026
@dependabot
dependabot Bot temporarily deployed to singlestore May 22, 2026 06:27 Inactive
@codecov

codecov Bot commented May 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.74%. Comparing base (ec1f63e) to head (be6b1d5).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #369   +/-   ##
=======================================
  Coverage   81.74%   81.74%           
=======================================
  Files          16       16           
  Lines        1786     1786           
=======================================
  Hits         1460     1460           
  Misses        200      200           
  Partials      126      126           
Flag Coverage Δ
go_tests 19.70% <ø> (ø)
mysql_tests 47.91% <ø> (ø)
pg_tests 51.83% <ø> (ø)
singlestore_tests 44.75% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the pinned commit SHA for the step-security/harden-runner GitHub Action across the repository workflows, aligning them with v2.19.4.

Changes:

  • Bump step-security/harden-runner from 2.19.1 to 2.19.4 (pinned commit 9af89fc71515a100421586dfdb3dc9c984fbf411)
  • Apply the bump consistently across all workflows that use Harden Runner

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
.github/workflows/s2.yml Bumps step-security/harden-runner pinned SHA to the v2.19.4 commit.
.github/workflows/pg.yml Bumps step-security/harden-runner pinned SHA to the v2.19.4 commit.
.github/workflows/mysql.yml Bumps step-security/harden-runner pinned SHA to the v2.19.4 commit.
.github/workflows/golangci-lint.yml Bumps step-security/harden-runner pinned SHA to the v2.19.4 commit.
.github/workflows/go.yml Bumps step-security/harden-runner pinned SHA to the v2.19.4 commit.
.github/workflows/codeql-analysis.yml Bumps step-security/harden-runner pinned SHA to the v2.19.4 commit.
.github/workflows/codecov.yml Bumps step-security/harden-runner pinned SHA to the v2.19.4 commit.

Comment thread .github/workflows/s2.yml
Comment on lines +26 to 28
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
Comment on lines +15 to 17
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
Comment thread .github/workflows/go.yml
Comment on lines +15 to 17
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
Comment on lines +45 to 47
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
@muir
muir merged commit e1ade04 into main Jul 30, 2026
19 checks passed
@muir
muir deleted the dependabot/github_actions/step-security/harden-runner-2.19.4 branch July 30, 2026 23:22
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.

2 participants