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