From 62f3fbcf408b8f687c7a8de9971edd70f8f5f164 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:42:56 +0000 Subject: [PATCH] Bump step-security/harden-runner from 2.10.2 to 2.10.4 Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.10.2 to 2.10.4. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/v2.10.2...v2.10.4) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/BuildDeploy.yml | 2 +- .github/workflows/demo_site.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/BuildDeploy.yml b/.github/workflows/BuildDeploy.yml index 545e886..1ed6270 100644 --- a/.github/workflows/BuildDeploy.yml +++ b/.github/workflows/BuildDeploy.yml @@ -13,7 +13,7 @@ jobs: BUNDLE_RETRY: 3 steps: - name: Harden Runner - uses: step-security/harden-runner@v2.10.2 + uses: step-security/harden-runner@v2.10.4 with: egress-policy: audit diff --git a/.github/workflows/demo_site.yml b/.github/workflows/demo_site.yml index 733ea8c..78d681a 100644 --- a/.github/workflows/demo_site.yml +++ b/.github/workflows/demo_site.yml @@ -13,7 +13,7 @@ jobs: BUNDLE_RETRY: 3 steps: - name: Harden Runner - uses: step-security/harden-runner@v2.10.2 + uses: step-security/harden-runner@v2.10.4 with: egress-policy: audit