From 5d982ea976711ce60aec895874f488b3ddff0f06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 11:23:11 +0000 Subject: [PATCH] [actions] Bump step-security/harden-runner from 2.14.2 to 2.15.0 Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.14.2 to 2.15.0. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/v2.14.2...v2.15.0) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/multi-build-typesense.yaml | 2 +- .github/workflows/multi-build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/multi-build-typesense.yaml b/.github/workflows/multi-build-typesense.yaml index 35b8385..8d717d5 100644 --- a/.github/workflows/multi-build-typesense.yaml +++ b/.github/workflows/multi-build-typesense.yaml @@ -58,7 +58,7 @@ jobs: echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV - name: Harden the GitHub runner - uses: step-security/harden-runner@v2.14.2 + uses: step-security/harden-runner@v2.15.0 with: egress-policy: audit diff --git a/.github/workflows/multi-build.yaml b/.github/workflows/multi-build.yaml index 765841b..b49c56b 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.2 + uses: step-security/harden-runner@v2.15.0 with: egress-policy: audit