[PR #5730] [MERGED] build(deps): bump step-security/harden-runner from 2.2.0 to 2.2.1 #5636

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/5730
Author: @dependabot[bot]
Created: 3/13/2023
Status: Merged
Merged: 3/13/2023
Merged by: @netblue30

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


📝 Commits (1)

  • 669878e build(deps): bump step-security/harden-runner from 2.2.0 to 2.2.1

📊 Changes

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

View changed files

📝 .github/workflows/build-extra.yml (+5 -5)
📝 .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 2.2.0 to 2.2.1.

Release notes

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

v2.2.1

What's Changed

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

v2.2.1

What's Changed

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

Commits
  • 1f99358 Fix issue to get cache endpoint (#253)
  • cbe5226 Merge pull request #244 from step-security/dependabot/github_actions/github/c...
  • c0b3d8b Merge pull request #248 from step-security/dependabot/github_actions/step-sec...
  • d3561de Bump step-security/harden-runner from 2.1.0 to 2.2.0
  • 6c61cb4 Merge pull request #247 from step-security/varunsh-coder-patch-1
  • c6b96bb Update README.md
  • 1a5f3ff Bump github/codeql-action from 2.1.38 to 2.2.4
  • See full diff 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/5730 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/13/2023 **Status:** ✅ Merged **Merged:** 3/13/2023 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `dependabot/github_actions/step-security/harden-runner-2.2.1` --- ### 📝 Commits (1) - [`669878e`](https://github.com/netblue30/firejail/commit/669878ee48b6c57ec0b4eb2e14f55c2adbfdec3f) build(deps): bump step-security/harden-runner from 2.2.0 to 2.2.1 ### 📊 Changes **4 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-extra.yml` (+5 -5) 📝 `.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 2.2.0 to 2.2.1. <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.2.1</h2> <h2>What's Changed</h2> <ul> <li>Fix issue to get cache endpoint by <a href="https://github.com/h0x0er"><code>@​h0x0er</code></a> in <a href="https://redirect.github.com/step-security/harden-runner/pull/253">step-security/harden-runner#253</a> Harden runner has the ability to automatically detect the cache endpoint used by each job. When Harden runner is used in block mode, this endpoint is added to the list of allowed endpoints. A fix has been implemented to improve this feature by updating the logic used to fetch the cache endpoint. This update involves using code from the actions/cache library to ensure the endpoint is properly retrieved.</li> <li>Update README.md 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/247">step-security/harden-runner#247</a></li> <li>Bump step-security/harden-runner from 2.1.0 to 2.2.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/step-security/harden-runner/pull/248">step-security/harden-runner#248</a></li> <li>Bump github/codeql-action from 2.1.38 to 2.2.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/step-security/harden-runner/pull/244">step-security/harden-runner#244</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/step-security/harden-runner/compare/v2...v2.2.1">https://github.com/step-security/harden-runner/compare/v2...v2.2.1</a></p> <h2>v2.2.1</h2> <h2>What's Changed</h2> <ul> <li>Fix issue to get cache endpoint by <a href="https://github.com/h0x0er"><code>@​h0x0er</code></a> in <a href="https://redirect.github.com/step-security/harden-runner/pull/253">step-security/harden-runner#253</a> Harden runner has the ability to automatically detect the cache endpoint used by each job. When Harden runner is used in block mode, this endpoint is added to the list of allowed endpoints. A fix has been implemented to improve this feature by updating the logic used to fetch the cache endpoint. This update involves using code from the actions/cache library to ensure the endpoint is properly retrieved.</li> <li>Update README.md 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/247">step-security/harden-runner#247</a></li> <li>Bump step-security/harden-runner from 2.1.0 to 2.2.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/step-security/harden-runner/pull/248">step-security/harden-runner#248</a></li> <li>Bump github/codeql-action from 2.1.38 to 2.2.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/step-security/harden-runner/pull/244">step-security/harden-runner#244</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/step-security/harden-runner/compare/v2...v2.2.1">https://github.com/step-security/harden-runner/compare/v2...v2.2.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/step-security/harden-runner/commit/1f99358870fe1c846a3ccba386cc2b2246836776"><code>1f99358</code></a> Fix issue to get cache endpoint (<a href="https://redirect.github.com/step-security/harden-runner/issues/253">#253</a>)</li> <li><a href="https://github.com/step-security/harden-runner/commit/cbe522639944d3247f1f8832639650558051f9b7"><code>cbe5226</code></a> Merge pull request <a href="https://redirect.github.com/step-security/harden-runner/issues/244">#244</a> from step-security/dependabot/github_actions/github/c...</li> <li><a href="https://github.com/step-security/harden-runner/commit/c0b3d8bd4630775af14b81bf4da2462b28ff978c"><code>c0b3d8b</code></a> Merge pull request <a href="https://redirect.github.com/step-security/harden-runner/issues/248">#248</a> from step-security/dependabot/github_actions/step-sec...</li> <li><a href="https://github.com/step-security/harden-runner/commit/d3561ded9ef882862dcafea8e8c5182fefde6f15"><code>d3561de</code></a> Bump step-security/harden-runner from 2.1.0 to 2.2.0</li> <li><a href="https://github.com/step-security/harden-runner/commit/6c61cb4fea1342b19f1b0e954c364bdfb464afa8"><code>6c61cb4</code></a> Merge pull request <a href="https://redirect.github.com/step-security/harden-runner/issues/247">#247</a> from step-security/varunsh-coder-patch-1</li> <li><a href="https://github.com/step-security/harden-runner/commit/c6b96bbfd6db19a77fb0b74f103d85f3f2ef6d98"><code>c6b96bb</code></a> Update README.md</li> <li><a href="https://github.com/step-security/harden-runner/commit/1a5f3ff6274125e4dd15ab9c939819d76e4b8eae"><code>1a5f3ff</code></a> Bump github/codeql-action from 2.1.38 to 2.2.4</li> <li>See full diff in <a href="https://github.com/step-security/harden-runner/compare/c8454efe5d0bdefd25384362fe217428ca277d57...1f99358870fe1c846a3ccba386cc2b2246836776">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.2.0&new-version=2.2.1)](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:42:05 -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#5636
No description provided.