diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 4f14e1c..40b458a 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 + uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2 with: egress-policy: audit - name: "Checkout Repository" diff --git a/.github/workflows/lint-and-validate-terraform.yml b/.github/workflows/lint-and-validate-terraform.yml index 024a0b2..8343699 100644 --- a/.github/workflows/lint-and-validate-terraform.yml +++ b/.github/workflows/lint-and-validate-terraform.yml @@ -20,7 +20,7 @@ jobs: shell: bash steps: - name: Harden the runner (audit all outbound calls) - uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 + uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2 with: egress-policy: audit - name: Checkout repository diff --git a/.github/workflows/plan-examples-tags.yml b/.github/workflows/plan-examples-tags.yml index eb6785f..0d7ba02 100644 --- a/.github/workflows/plan-examples-tags.yml +++ b/.github/workflows/plan-examples-tags.yml @@ -25,7 +25,7 @@ jobs: checks: write steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 + uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2 with: egress-policy: audit - name: Terraform setup @@ -57,7 +57,7 @@ jobs: checks: write steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 + uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2 with: egress-policy: audit - name: Terraform setup diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 80b9fec..71b13c5 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 + uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2 with: egress-policy: audit - name: Checkout repository diff --git a/.github/workflows/tflint.yml b/.github/workflows/tflint.yml index 7c212af..08a6a18 100644 --- a/.github/workflows/tflint.yml +++ b/.github/workflows/tflint.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden the runner (audit all outbound calls) - uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 + uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2 with: egress-policy: audit - name: Checkout repository