diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index 8b93242..ad60d3b 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Harden Runner" - uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2 + uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1f5fd4a..3afe8fa 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -44,7 +44,7 @@ jobs: - 'ubuntu-latest' steps: - name: "Harden Runner" - uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2 + uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs @@ -86,7 +86,7 @@ jobs: uvx --with tox-uv -- tox -e mypy steps: - name: "Harden Runner" - uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2 + uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs