From 9b4fd24d9fa9e25111dcb51742bffc361bec268b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 17:31:48 +0000 Subject: [PATCH] Bump step-security/harden-runner in /.github/workflows Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.14.1 to 2.14.2. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/v2.14.1...v2.14.2) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.14.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/multi-build-admin.yaml | 2 +- .github/workflows/multi-build.yaml | 2 +- .github/workflows/run-tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/multi-build-admin.yaml b/.github/workflows/multi-build-admin.yaml index 57f5461..fd50d10 100644 --- a/.github/workflows/multi-build-admin.yaml +++ b/.github/workflows/multi-build-admin.yaml @@ -53,7 +53,7 @@ jobs: echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV - name: Harden the GitHub runner - uses: step-security/harden-runner@v2.14.1 + uses: step-security/harden-runner@v2.14.2 with: egress-policy: audit diff --git a/.github/workflows/multi-build.yaml b/.github/workflows/multi-build.yaml index ac7b084..ce0ccaf 100644 --- a/.github/workflows/multi-build.yaml +++ b/.github/workflows/multi-build.yaml @@ -77,7 +77,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.1 + uses: step-security/harden-runner@v2.14.2 with: egress-policy: audit diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index e01348e..5a8fdbe 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -26,7 +26,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.1 + uses: step-security/harden-runner@v2.14.2 with: egress-policy: audit #----------------------------------------------