Skip to content

Commit

Permalink
[Dependencies]: Bump step-security/harden-runner from 2.10.2 to 2.10.3 (
Browse files Browse the repository at this point in the history
#553)

Bumps
[step-security/harden-runner](https://github.com/step-security/harden-runner)
from 2.10.2 to 2.10.3.
<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.10.3</h2>
<h2>What's Changed</h2>
<p>Fixed an issue where DNS requests using uppercase characters (e.g.,
EXAMPLE.com) were blocked even when the domain was present in the
allowed list. This update standardizes domain names to lowercase for
consistent comparison.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/step-security/harden-runner/compare/v2...v2.10.3">https://github.com/step-security/harden-runner/compare/v2...v2.10.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/step-security/harden-runner/commit/c95a14d0e5bab51a9f56296a4eb0e416910cd350"><code>c95a14d</code></a>
Merge pull request <a
href="https://redirect.github.com/step-security/harden-runner/issues/494">#494</a>
from step-security/rc-17</li>
<li><a
href="https://github.com/step-security/harden-runner/commit/b78ba6a1b7647e945771426d4d0ae89a76aa5e81"><code>b78ba6a</code></a>
Update agent</li>
<li>See full diff in <a
href="https://github.com/step-security/harden-runner/compare/v2.10.2...v2.10.3">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.10.2&new-version=2.10.3)](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
credfeto authored Jan 10, 2025
2 parents 5c3587b + 6796b81 commit 4215f16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/oss-scorecared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: "Harden Security"
uses: step-security/[email protected].2
uses: step-security/[email protected].3
with:
egress-policy: block
disable-sudo: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/todos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: "Harden Security"
uses: step-security/[email protected].2
uses: step-security/[email protected].3
with:
egress-policy: block
disable-sudo: true
Expand Down

0 comments on commit 4215f16

Please sign in to comment.