diff --git a/.github/workflows/reusable-add-to-project.yml b/.github/workflows/reusable-add-to-project.yml index 930c34d..a97b9e7 100644 --- a/.github/workflows/reusable-add-to-project.yml +++ b/.github/workflows/reusable-add-to-project.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1 + uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0 with: egress-policy: audit diff --git a/.github/workflows/reusable-build-docs-with-python.yml b/.github/workflows/reusable-build-docs-with-python.yml index 98e7402..adbfe76 100644 --- a/.github/workflows/reusable-build-docs-with-python.yml +++ b/.github/workflows/reusable-build-docs-with-python.yml @@ -25,7 +25,7 @@ jobs: QUARTO_PYTHON: ".venv/bin/python3" steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1 + uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0 with: egress-policy: audit diff --git a/.github/workflows/reusable-build-docs.yml b/.github/workflows/reusable-build-docs.yml index 5b5db07..004123e 100644 --- a/.github/workflows/reusable-build-docs.yml +++ b/.github/workflows/reusable-build-docs.yml @@ -28,7 +28,7 @@ jobs: cancel-in-progress: true steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1 + uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0 with: egress-policy: audit diff --git a/.github/workflows/reusable-check-python.yml b/.github/workflows/reusable-check-python.yml index 8b6feca..9f287f4 100644 --- a/.github/workflows/reusable-check-python.yml +++ b/.github/workflows/reusable-check-python.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1 + uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0 with: egress-policy: audit diff --git a/.github/workflows/reusable-dependency-review.yml b/.github/workflows/reusable-dependency-review.yml index 8294c20..7ca7c8a 100644 --- a/.github/workflows/reusable-dependency-review.yml +++ b/.github/workflows/reusable-dependency-review.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1 + uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0 with: egress-policy: audit diff --git a/.github/workflows/reusable-release-project.yml b/.github/workflows/reusable-release-project.yml index 9f0856f..345c515 100644 --- a/.github/workflows/reusable-release-project.yml +++ b/.github/workflows/reusable-release-project.yml @@ -33,7 +33,7 @@ jobs: current_version: ${{ steps.version-var.outputs.current_version }} steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1 + uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0 with: egress-policy: audit diff --git a/.github/workflows/reusable-scorecards.yml b/.github/workflows/reusable-scorecards.yml index eaf24c5..30941a5 100644 --- a/.github/workflows/reusable-scorecards.yml +++ b/.github/workflows/reusable-scorecards.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1 + uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0 with: egress-policy: audit diff --git a/.github/workflows/reusable-test-copier.yml b/.github/workflows/reusable-test-copier.yml index 28118ad..63f97cd 100644 --- a/.github/workflows/reusable-test-copier.yml +++ b/.github/workflows/reusable-test-copier.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1 + uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0 with: egress-policy: audit