diff --git a/.github/workflows/fossify-event-dispatcher.yml b/.github/workflows/fossify-event-dispatcher.yml index cb1e25f..1cf315f 100644 --- a/.github/workflows/fossify-event-dispatcher.yml +++ b/.github/workflows/fossify-event-dispatcher.yml @@ -54,7 +54,7 @@ jobs: dispatch: runs-on: ubuntu-latest steps: - - uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 + - uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c with: egress-policy: audit diff --git a/.github/workflows/merge-pull-requests.yml b/.github/workflows/merge-pull-requests.yml index bc6fa6c..6643e9f 100644 --- a/.github/workflows/merge-pull-requests.yml +++ b/.github/workflows/merge-pull-requests.yml @@ -64,7 +64,7 @@ jobs: steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 + uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c with: egress-policy: audit diff --git a/.github/workflows/merge-weblate-prs.yml b/.github/workflows/merge-weblate-prs.yml index 57fec09..f248cf5 100644 --- a/.github/workflows/merge-weblate-prs.yml +++ b/.github/workflows/merge-weblate-prs.yml @@ -39,7 +39,7 @@ jobs: GH_TOKEN: ${{ secrets.PERSONAL_TOKEN }} steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 + uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c with: egress-policy: audit diff --git a/.github/workflows/prepare-release-pr.yml b/.github/workflows/prepare-release-pr.yml index 2239e97..71ef514 100644 --- a/.github/workflows/prepare-release-pr.yml +++ b/.github/workflows/prepare-release-pr.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 + uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c with: egress-policy: audit diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84d7618..b3a109f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: timeout-minutes: 30 steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 + uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c with: egress-policy: audit @@ -126,7 +126,7 @@ jobs: timeout-minutes: 20 steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 + uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c with: egress-policy: audit diff --git a/.github/workflows/update-commons.yml b/.github/workflows/update-commons.yml index f2679e2..a737ecd 100644 --- a/.github/workflows/update-commons.yml +++ b/.github/workflows/update-commons.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 + uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c with: egress-policy: audit