Skip to content

Commit 179bead

Browse files
build(deps): update step-security/harden-runner action to v2.14.2 (#6)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [step-security/harden-runner](https://redirect.github.com/step-security/harden-runner) | action | patch | `v2.14.0` → `v2.14.2` | --- ### Release Notes <details> <summary>step-security/harden-runner (step-security/harden-runner)</summary> ### [`v2.14.2`](https://redirect.github.com/step-security/harden-runner/releases/tag/v2.14.2) [Compare Source](https://redirect.github.com/step-security/harden-runner/compare/v2.14.1...v2.14.2) ##### What's Changed Security fix: Fixed a medium severity vulnerability where outbound network connections using sendto, sendmsg, and sendmmsg socket system calls could bypass audit logging when using egress-policy: audit. This issue only affects the Community Tier in audit mode; block mode and Enterprise Tier were not affected. See [GHSA-cpmj-h4f6-r6pq](https://redirect.github.com/step-security/harden-runner/security/advisories/GHSA-cpmj-h4f6-r6pq) for details. **Full Changelog**: <step-security/harden-runner@v2.14.1...v2.14.2> ### [`v2.14.1`](https://redirect.github.com/step-security/harden-runner/releases/tag/v2.14.1) [Compare Source](https://redirect.github.com/step-security/harden-runner/compare/v2.14.0...v2.14.1) #### What's Changed 1. In some self-hosted environments, the agent could briefly fall back to public DNS resolvers during startup if the system DNS was not yet available. This behavior was unintended for GitHub-hosted runners and has now been fixed to prevent any use of public DNS resolvers. 2. Fixed npm audit vulnerabilities **Full Changelog**: <step-security/harden-runner@v2.14.0...v2.14.1> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/go-krb5/x). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45NS4yIiwidXBkYXRlZEluVmVyIjoiNDIuOTUuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8200be9 commit 179bead

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: "ubuntu-latest"
1313
steps:
1414
- name: "Harden Runner"
15-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
15+
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
1616
with:
1717
egress-policy: "audit"
1818
- name: "Set up Go"
@@ -41,7 +41,7 @@ jobs:
4141
fail-fast: false
4242
steps:
4343
- name: "Harden Runner"
44-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
44+
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
4545
with:
4646
egress-policy: "audit"
4747
- name: "Set up Go ${{ matrix.go }}"

0 commit comments

Comments
 (0)