Skip to content

Commit

Permalink
chore(deps): bump step-security/harden-runner from 2.7.0 to 2.9.0 (#1225
Browse files Browse the repository at this point in the history
)

Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.7.0 to 2.9.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/step-security/harden-runner/releases">step-security/harden-runner's releases</a>.</em></p>
<blockquote>
<h2>v2.9.0</h2>
<h2>What's Changed</h2>
<p>Release v2.9.0 by <a href="https://github.com/h0x0er"><code>@​h0x0er</code></a> and <a href="https://github.com/varunsh-coder"><code>@​varunsh-coder</code></a> in <a href="https://redirect.github.com/step-security/harden-runner/pull/435">step-security/harden-runner#435</a>
This release includes:</p>
<ul>
<li>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.</li>
<li>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.</li>
<li>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.</li>
<li>Dependency Update:
Updated the <code>braces</code> npm package dependency to a non-vulnerable version. The vulnerability in <code>braces</code> did not affect the Harden Runner Action</li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/step-security/harden-runner/compare/v2...v2.9.0">https://github.com/step-security/harden-runner/compare/v2...v2.9.0</a></p>
<h2>v2.8.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Bug fix: Update isGitHubHosted implementation by <a href="https://github.com/varunsh-coder"><code>@​varunsh-coder</code></a> in <a href="https://redirect.github.com/step-security/harden-runner/pull/425">step-security/harden-runner#425</a>
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.</li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/step-security/harden-runner/compare/v2...v2.8.1">https://github.com/step-security/harden-runner/compare/v2...v2.8.1</a></p>
<h2>v2.8.0</h2>
<h2>What's Changed</h2>
<p>Release v2.8.0 by <a href="https://github.com/h0x0er"><code>@​h0x0er</code></a> and <a href="https://github.com/varunsh-coder"><code>@​varunsh-coder</code></a> in <a href="https://redirect.github.com/step-security/harden-runner/pull/416">step-security/harden-runner#416</a>
This release includes:</p>
<ul>
<li>File Monitoring Enhancements: Adds the capability to view the name and path of every file written during the build process.</li>
<li>Process Tracking Enhancements: Adds the capability to view process names and arguments of processes run during the build process.</li>
</ul>
<p>These enhancements are based on insights from the XZ Utils incident, aimed at improving observability and detections during the build process.</p>
<p><strong>Full Changelog</strong>: <a href="https://github.com/step-security/harden-runner/compare/v2...v2.8.0">https://github.com/step-security/harden-runner/compare/v2...v2.8.0</a></p>
<h2>v2.7.1</h2>
<h2>What's Changed</h2>
<p>Release v2.7.1 by <a href="https://github.com/varunsh-coder"><code>@​varunsh-coder</code></a>, <a href="https://github.com/h0x0er"><code>@​h0x0er</code></a>, <a href="https://github.com/ashishkurmi"><code>@​ashishkurmi</code></a>  in <a href="https://redirect.github.com/step-security/harden-runner/pull/397">step-security/harden-runner#397</a>
This release:</p>
<ul>
<li>Improves the capability to <a href="https://www.stepsecurity.io/blog/monitor-outbound-https-requests-from-github-actions-runners">inspect outbound HTTPS traffic</a> on GitHub-hosted and self-hosted VM runners</li>
<li>Updates README to add link to <a href="https://www.youtube.com/watch?v=Yz72qAOrN9s">case study video</a> on how Harden-Runner detected a supply chain attack on a Google open-source project</li>
<li>Addresses minor bugs</li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/step-security/harden-runner/compare/v2.7.0...v2.7.1">https://github.com/step-security/harden-runner/compare/v2.7.0...v2.7.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/step-security/harden-runner/commit/0d381219ddf674d61a7572ddd19d7941e271515c"><code>0d38121</code></a> Release v2.9.0 (<a href="https://redirect.github.com/step-security/harden-runner/issues/435">#435</a>)</li>
<li><a href="https://github.com/step-security/harden-runner/commit/29e9ae12297382bde04e940b27e0638029f9f3cd"><code>29e9ae1</code></a> Merge pull request <a href="https://redirect.github.com/step-security/harden-runner/issues/436">#436</a> from step-security/dependabot/github_actions/actions/...</li>
<li><a href="https://github.com/step-security/harden-runner/commit/9d596cfe4e3f0c1dbeb90dca7986cf49f25d71bc"><code>9d596cf</code></a> Bump actions/upload-artifact from 3.1.3 to 4.3.4</li>
<li><a href="https://github.com/step-security/harden-runner/commit/6d3c2fe731c8f225990c8018cb71c337c0d9dfcd"><code>6d3c2fe</code></a> Merge pull request <a href="https://redirect.github.com/step-security/harden-runner/issues/410">#410</a> from step-security/dependabot/github_actions/ossf/sco...</li>
<li><a href="https://github.com/step-security/harden-runner/commit/c2e63d350e408d1b6738203d318092932a2273b0"><code>c2e63d3</code></a> Bump ossf/scorecard-action from 2.3.1 to 2.3.3</li>
<li><a href="https://github.com/step-security/harden-runner/commit/547a5cc003898d3f8fb1265b4a1f09b15be2f990"><code>547a5cc</code></a> Merge pull request <a href="https://redirect.github.com/step-security/harden-runner/issues/427">#427</a> from step-security/dependabot/github_actions/step-sec...</li>
<li><a href="https://github.com/step-security/harden-runner/commit/a5e1dca4fbfeff945996a777e5f380b54484a2af"><code>a5e1dca</code></a> Bump step-security/harden-runner from 2.8.0 to 2.8.1</li>
<li><a href="https://github.com/step-security/harden-runner/commit/3d32f8d8b29ef98868a6dc8d0cea43bfbca531f5"><code>3d32f8d</code></a> Merge pull request <a href="https://redirect.github.com/step-security/harden-runner/issues/426">#426</a> from step-security/varunsh-coder-patch-1</li>
<li><a href="https://github.com/step-security/harden-runner/commit/891104cb4f4cc21d176f41a79e1b07a74b4d01b8"><code>891104c</code></a> Update README.md</li>
<li><a href="https://github.com/step-security/harden-runner/commit/17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6"><code>17d0e2b</code></a> Merge pull request <a href="https://redirect.github.com/step-security/harden-runner/issues/425">#425</a> from step-security/rc-9</li>
<li>Additional commits viewable in <a href="https://github.com/step-security/harden-runner/compare/63c24ba6bd7ba022e95695ff85de572c04a18142...0d381219ddf674d61a7572ddd19d7941e271515c">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=step-security/harden-runner&package-manager=github_actions&previous-version=2.7.0&new-version=2.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>
  • Loading branch information
dependabot[bot] authored Jul 30, 2024
1 parent ffde70a commit 76755e1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/reusable-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
# Environment security
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
steps:
# Environment security
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
steps:
# Environment security
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
steps:
# Environment security
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
steps:
# Environment security
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
steps:
# Environment security
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:
steps:
# Environment security
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -307,7 +307,7 @@ jobs:
steps:
# Environment security
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -349,7 +349,7 @@ jobs:
steps:
# Environment security
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -391,7 +391,7 @@ jobs:
steps:
# Environment security
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -433,7 +433,7 @@ jobs:
steps:
# Environment security
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -475,7 +475,7 @@ jobs:
steps:
# Environment security
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -515,7 +515,7 @@ jobs:
steps:
# Environment security
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
disable-sudo: true
egress-policy: block
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
# Environment security
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
disable-sudo: true
egress-policy: block
Expand Down

0 comments on commit 76755e1

Please sign in to comment.