From e63dd3e2929e80bb0fd5de1e3c088a28f3cd7397 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 17:40:32 +0000 Subject: [PATCH] Bump step-security/harden-runner from 2.14.0 to 2.14.1 Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.14.0 to 2.14.1. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/v2.14.0...v2.14.1) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/multi-build.yaml | 2 +- .github/workflows/run-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/multi-build.yaml b/.github/workflows/multi-build.yaml index 5b3a7ab..1e42a1f 100644 --- a/.github/workflows/multi-build.yaml +++ b/.github/workflows/multi-build.yaml @@ -74,7 +74,7 @@ jobs: - name: Harden the GitHub runner # Make use of the Step Security Harden Runner workflow to monitor the build process. - uses: step-security/harden-runner@v2.14.0 + uses: step-security/harden-runner@v2.14.1 with: egress-policy: audit diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 795152b..09036d5 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -28,7 +28,7 @@ jobs: # Make use of the Step Security Harden Runner workflow to monitor the build process. #---------------------------------------------- - name: Harden the GitHub runner - uses: step-security/harden-runner@v2.14.0 + uses: step-security/harden-runner@v2.14.1 with: egress-policy: audit #----------------------------------------------