From 92e1809222df1cb7fa9eace4da991aff389f2bb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 05:20:33 +0000 Subject: [PATCH] Bump step-security/harden-runner from 2.10.1 to 2.10.2 Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.10.1 to 2.10.2. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/v2.10.1...v2.10.2) --- 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/branch-cleanup.yml | 2 +- .github/workflows/create-pr.yml | 2 +- .github/workflows/create-version-and-release.yml | 2 +- .github/workflows/drift.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/terraform-apply.yml | 2 +- .github/workflows/terraform-plan.yml | 2 +- .github/workflows/update-release.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/branch-cleanup.yml b/.github/workflows/branch-cleanup.yml index ebb82ac..78e048d 100644 --- a/.github/workflows/branch-cleanup.yml +++ b/.github/workflows/branch-cleanup.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@v2.10.1 + uses: step-security/harden-runner@v2.10.2 with: egress-policy: audit diff --git a/.github/workflows/create-pr.yml b/.github/workflows/create-pr.yml index 116b670..425954e 100644 --- a/.github/workflows/create-pr.yml +++ b/.github/workflows/create-pr.yml @@ -39,7 +39,7 @@ jobs: pull-request-url: ${{ steps.create-pr.outputs.pull-request-url }} steps: - name: Harden Runner - uses: step-security/harden-runner@v2.10.1 + uses: step-security/harden-runner@v2.10.2 with: egress-policy: audit diff --git a/.github/workflows/create-version-and-release.yml b/.github/workflows/create-version-and-release.yml index 70fe9a2..4b6204a 100644 --- a/.github/workflows/create-version-and-release.yml +++ b/.github/workflows/create-version-and-release.yml @@ -38,7 +38,7 @@ jobs: ref: ${{ inputs.source_environment }} - name: Harden Runner - uses: step-security/harden-runner@v2.10.1 + uses: step-security/harden-runner@v2.10.2 with: egress-policy: audit diff --git a/.github/workflows/drift.yml b/.github/workflows/drift.yml index b2fb06e..e347ec4 100644 --- a/.github/workflows/drift.yml +++ b/.github/workflows/drift.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v4.2.1 - name: Harden Runner - uses: step-security/harden-runner@v2.10.1 + uses: step-security/harden-runner@v2.10.2 with: egress-policy: audit diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 13441a9..1924d8b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4.2.1 - name: Harden Runner - uses: step-security/harden-runner@v2.10.1 + uses: step-security/harden-runner@v2.10.2 with: egress-policy: audit diff --git a/.github/workflows/terraform-apply.yml b/.github/workflows/terraform-apply.yml index 927b953..7a56948 100644 --- a/.github/workflows/terraform-apply.yml +++ b/.github/workflows/terraform-apply.yml @@ -88,7 +88,7 @@ jobs: uses: actions/checkout@v4.2.1 - name: Harden Runner - uses: step-security/harden-runner@v2.10.1 + uses: step-security/harden-runner@v2.10.2 with: egress-policy: audit diff --git a/.github/workflows/terraform-plan.yml b/.github/workflows/terraform-plan.yml index 8f119c5..1137435 100644 --- a/.github/workflows/terraform-plan.yml +++ b/.github/workflows/terraform-plan.yml @@ -72,7 +72,7 @@ jobs: fetch-depth: 0 - name: Harden Runner - uses: step-security/harden-runner@v2.10.1 + uses: step-security/harden-runner@v2.10.2 with: egress-policy: audit diff --git a/.github/workflows/update-release.yml b/.github/workflows/update-release.yml index 49283fb..4453f3a 100644 --- a/.github/workflows/update-release.yml +++ b/.github/workflows/update-release.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v4.2.1 - name: Harden Runner - uses: step-security/harden-runner@v2.10.1 + uses: step-security/harden-runner@v2.10.2 with: egress-policy: audit