From 51d507298df438072dd500bfef4660d253ff0329 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 14:26:39 +0000 Subject: [PATCH] Bump step-security/harden-runner from 2.5.1 to 2.6.1 Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.5.1 to 2.6.1. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/v2.5.1...v2.6.1) --- 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 3bc7d3c..3082d02 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.5.1 + uses: step-security/harden-runner@v2.6.1 with: disable-sudo: true egress-policy: block @@ -67,7 +67,7 @@ jobs: steps: - name: Harden CI - uses: step-security/harden-runner@v2.5.1 + uses: step-security/harden-runner@v2.6.1 with: disable-sudo: true egress-policy: block @@ -101,7 +101,7 @@ jobs: steps: - name: Harden CI - uses: step-security/harden-runner@v2.5.1 + uses: step-security/harden-runner@v2.6.1 with: disable-sudo: true egress-policy: block