From 34680277ee4c775cb48f830f2e6d57242808ce59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:44:16 +0000 Subject: [PATCH] Bump step-security/harden-runner from 2.8.1 to 2.9.0 Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.8.1 to 2.9.0. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/v2.8.1...v2.9.0) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 6243c1a..b8068cf 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Harden CI - uses: step-security/harden-runner@v2.8.1 + uses: step-security/harden-runner@v2.9.0 with: disable-sudo: true egress-policy: block @@ -67,7 +67,7 @@ jobs: steps: - name: Harden CI - uses: step-security/harden-runner@v2.8.1 + uses: step-security/harden-runner@v2.9.0 with: disable-sudo: true egress-policy: block @@ -101,7 +101,7 @@ jobs: steps: - name: Harden CI - uses: step-security/harden-runner@v2.8.1 + uses: step-security/harden-runner@v2.9.0 with: disable-sudo: true egress-policy: block