From 27df370ee8410ea6cc82f5fdaa6cdefe657160b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 22:20:04 +0000 Subject: [PATCH] Bump step-security/harden-runner from 2.12.0 to 2.13.2 Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.12.0 to 2.13.2. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/v2.12.0...v2.13.2) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.13.2 dependency-type: direct:production update-type: version-update:semver-minor ... 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 41e78cf..c5d3319 100644 --- a/.github/workflows/branch-cleanup.yml +++ b/.github/workflows/branch-cleanup.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@v2.12.0 + uses: step-security/harden-runner@v2.13.2 with: egress-policy: audit diff --git a/.github/workflows/create-pr.yml b/.github/workflows/create-pr.yml index eb2dc4a..d568b05 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.12.0 + uses: step-security/harden-runner@v2.13.2 with: egress-policy: audit diff --git a/.github/workflows/create-version-and-release.yml b/.github/workflows/create-version-and-release.yml index a13bf1e..fa8773b 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.12.0 + uses: step-security/harden-runner@v2.13.2 with: egress-policy: audit diff --git a/.github/workflows/drift.yml b/.github/workflows/drift.yml index 74da1fc..80dc97e 100644 --- a/.github/workflows/drift.yml +++ b/.github/workflows/drift.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: Harden Runner - uses: step-security/harden-runner@v2.12.0 + uses: step-security/harden-runner@v2.13.2 with: egress-policy: audit diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 999f5c3..4a5e52d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: Harden Runner - uses: step-security/harden-runner@v2.12.0 + uses: step-security/harden-runner@v2.13.2 with: egress-policy: audit diff --git a/.github/workflows/terraform-apply.yml b/.github/workflows/terraform-apply.yml index d93fa41..08ccf2c 100644 --- a/.github/workflows/terraform-apply.yml +++ b/.github/workflows/terraform-apply.yml @@ -88,7 +88,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: Harden Runner - uses: step-security/harden-runner@v2.12.0 + uses: step-security/harden-runner@v2.13.2 with: egress-policy: audit diff --git a/.github/workflows/terraform-plan.yml b/.github/workflows/terraform-plan.yml index d5343dc..1bd1017 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.12.0 + uses: step-security/harden-runner@v2.13.2 with: egress-policy: audit diff --git a/.github/workflows/update-release.yml b/.github/workflows/update-release.yml index 8094f90..a7e9f03 100644 --- a/.github/workflows/update-release.yml +++ b/.github/workflows/update-release.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: Harden Runner - uses: step-security/harden-runner@v2.12.0 + uses: step-security/harden-runner@v2.13.2 with: egress-policy: audit