[PR #5473] [MERGED] build(deps): bump step-security/harden-runner from 1.5.0 to 2.0.0 #5503

Closed
opened 2026-05-05 10:39:37 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/5473
Author: @dependabot[bot]
Created: 11/14/2022
Status: Merged
Merged: 11/22/2022
Merged by: @Fred-Barclay

Base: masterHead: dependabot/github_actions/step-security/harden-runner-2.0.0


📝 Commits (1)

  • bf91374 build(deps): bump step-security/harden-runner from 1.5.0 to 2.0.0

📊 Changes

4 files changed (+7 additions, -7 deletions)

View changed files

📝 .github/workflows/build-extra.yml (+4 -4)
📝 .github/workflows/build.yml (+1 -1)
📝 .github/workflows/codeql-analysis.yml (+1 -1)
📝 .github/workflows/profile-checks.yml (+1 -1)

📄 Description

Bumps step-security/harden-runner from 1.5.0 to 2.0.0.

Release notes

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

v2.0.0

Release v2.0.0

  • Feature to disable sudo: Use disable-sudo: true to run job steps without sudo access on the GitHub-hosted runner. disable-sudo is false by default and needs to be opted-into. (documentation)
  • File monitoring improvements: All source code files are monitored now for overwrite, instead of a few extensions. Instead of getting annotations for overwrites, you can also opt-in to getting email or Slack notifications if source code is overwritten. (documentation)
  • Support for private repositories: Starting with Harder Runner v2.0.0, use of harden runner for private repositories will require a Team/ Enterprise license. Harder Runner GitHub Action is free for all public repositories.

What's Changed

Full Changelog: https://github.com/step-security/harden-runner/compare/v1...v2.0.0

Commits
  • ebacdc2 Merge pull request #209 from step-security/release-v2.0.0
  • f28b626 Update README (#208)
  • 620cac5 Update version
  • 118e400 Changes for v2.0.0 (#207)
  • 3888ae1 Merge pull request #204 from step-security/dependabot/github_actions/github/c...
  • 1e3c2df Bump github/codeql-action from 2.1.28 to 2.1.29
  • 5e53a69 Merge pull request #203 from step-security/dependabot/github_actions/actions/...
  • 33d7981 Bump actions/upload-artifact from 3.1.0 to 3.1.1
  • 5565dcd Merge pull request #201 from step-security/dependabot/github_actions/github/c...
  • d5b1e9d Merge pull request #202 from step-security/dependabot/github_actions/ossf/sco...
  • Additional commits viewable in compare view

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/5473 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/14/2022 **Status:** ✅ Merged **Merged:** 11/22/2022 **Merged by:** [@Fred-Barclay](https://github.com/Fred-Barclay) **Base:** `master` ← **Head:** `dependabot/github_actions/step-security/harden-runner-2.0.0` --- ### 📝 Commits (1) - [`bf91374`](https://github.com/netblue30/firejail/commit/bf913748a8190eb850a434f2b84c731b0cf72dde) build(deps): bump step-security/harden-runner from 1.5.0 to 2.0.0 ### 📊 Changes **4 files changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-extra.yml` (+4 -4) 📝 `.github/workflows/build.yml` (+1 -1) 📝 `.github/workflows/codeql-analysis.yml` (+1 -1) 📝 `.github/workflows/profile-checks.yml` (+1 -1) </details> ### 📄 Description Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 1.5.0 to 2.0.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.0.0</h2> <h1>Release v2.0.0</h1> <ul> <li><strong>Feature to disable sudo</strong>: Use <code>disable-sudo: true</code> to run job steps without sudo access on the GitHub-hosted runner. <code>disable-sudo</code> is <code>false</code> by default and needs to be opted-into. (<a href="https://docs.stepsecurity.io/harden-runner/how-tos/disable-sudo">documentation</a>)</li> <li><strong>File monitoring improvements</strong>: All source code files are monitored now for overwrite, instead of a few extensions. Instead of getting annotations for overwrites, you can also opt-in to getting email or Slack notifications if source code is overwritten. (<a href="https://docs.stepsecurity.io/harden-runner/how-tos/detect-source-code-overwrite">documentation</a>)</li> <li><strong>Support for private repositories</strong>: Starting with Harder Runner v2.0.0, use of harden runner for private repositories will require a <a href="https://docs.stepsecurity.io/harden-runner/installation/team-enterprise-license">Team/ Enterprise license</a>. Harder Runner GitHub Action is free for all public repositories.</li> </ul> <h2>What's Changed</h2> <ul> <li>Update README.md by <a href="https://github.com/varunsh-coder"><code>@​varunsh-coder</code></a> in <a href="https://github-redirect.dependabot.com/step-security/harden-runner/pull/187">step-security/harden-runner#187</a></li> <li>Bump step-security/harden-runner from 1.4.5 to 1.5.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/step-security/harden-runner/pull/188">step-security/harden-runner#188</a></li> <li>Bump github/codeql-action from 2.1.22 to 2.1.26 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/step-security/harden-runner/pull/189">step-security/harden-runner#189</a></li> <li>Add scorecard by <a href="https://github.com/varunsh-coder"><code>@​varunsh-coder</code></a> in <a href="https://github-redirect.dependabot.com/step-security/harden-runner/pull/192">step-security/harden-runner#192</a></li> <li>Bump actions/checkout from 3.0.0 to 3.1.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/step-security/harden-runner/pull/198">step-security/harden-runner#198</a></li> <li>Bump github/codeql-action from 2.1.26 to 2.1.27 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/step-security/harden-runner/pull/197">step-security/harden-runner#197</a></li> <li>Bump actions/upload-artifact from 3.0.0 to 3.1.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/step-security/harden-runner/pull/194">step-security/harden-runner#194</a></li> <li>Bump ossf/scorecard-action from 2.0.4 to 2.0.6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/step-security/harden-runner/pull/202">step-security/harden-runner#202</a></li> <li>Bump github/codeql-action from 2.1.27 to 2.1.28 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/step-security/harden-runner/pull/201">step-security/harden-runner#201</a></li> <li>Bump actions/upload-artifact from 3.1.0 to 3.1.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/step-security/harden-runner/pull/203">step-security/harden-runner#203</a></li> <li>Bump github/codeql-action from 2.1.28 to 2.1.29 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/step-security/harden-runner/pull/204">step-security/harden-runner#204</a></li> <li>Update README by <a href="https://github.com/varunsh-coder"><code>@​varunsh-coder</code></a> in <a href="https://github-redirect.dependabot.com/step-security/harden-runner/pull/208">step-security/harden-runner#208</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/step-security/harden-runner/compare/v1...v2.0.0">https://github.com/step-security/harden-runner/compare/v1...v2.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/step-security/harden-runner/commit/ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5"><code>ebacdc2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/step-security/harden-runner/issues/209">#209</a> from step-security/release-v2.0.0</li> <li><a href="https://github.com/step-security/harden-runner/commit/f28b626429ea1b1217fffc0af7eccce321a141d7"><code>f28b626</code></a> Update README (<a href="https://github-redirect.dependabot.com/step-security/harden-runner/issues/208">#208</a>)</li> <li><a href="https://github.com/step-security/harden-runner/commit/620cac571122445c6aa673449b84999dea53efec"><code>620cac5</code></a> Update version</li> <li><a href="https://github.com/step-security/harden-runner/commit/118e4001a73b552662ace4f3dab764f2332e6ad8"><code>118e400</code></a> Changes for v2.0.0 (<a href="https://github-redirect.dependabot.com/step-security/harden-runner/issues/207">#207</a>)</li> <li><a href="https://github.com/step-security/harden-runner/commit/3888ae1b9fbce718b86218b974255090596e99cd"><code>3888ae1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/step-security/harden-runner/issues/204">#204</a> from step-security/dependabot/github_actions/github/c...</li> <li><a href="https://github.com/step-security/harden-runner/commit/1e3c2df856fa8c3a6f11929592b609a2f487b611"><code>1e3c2df</code></a> Bump github/codeql-action from 2.1.28 to 2.1.29</li> <li><a href="https://github.com/step-security/harden-runner/commit/5e53a6998f4b1305aa150682211e74ec0d8d2dda"><code>5e53a69</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/step-security/harden-runner/issues/203">#203</a> from step-security/dependabot/github_actions/actions/...</li> <li><a href="https://github.com/step-security/harden-runner/commit/33d798180a45297d79cab32d08248fc40cc1e83d"><code>33d7981</code></a> Bump actions/upload-artifact from 3.1.0 to 3.1.1</li> <li><a href="https://github.com/step-security/harden-runner/commit/5565dcdcb788a76ec5c5ca1d7b54135c92b4db13"><code>5565dcd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/step-security/harden-runner/issues/201">#201</a> from step-security/dependabot/github_actions/github/c...</li> <li><a href="https://github.com/step-security/harden-runner/commit/d5b1e9d8eedaa9bc795aa057e7ebf7cc3429d47d"><code>d5b1e9d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/step-security/harden-runner/issues/202">#202</a> from step-security/dependabot/github_actions/ossf/sco...</li> <li>Additional commits viewable in <a href="https://github.com/step-security/harden-runner/compare/2e205a28d0e1da00c5f53b161f4067b052c61f34...ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5">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=1.5.0&new-version=2.0.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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:39:37 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#5503
No description provided.