diff --git a/.github/workflows/fly.yml b/.github/workflows/fly.yml index 3cadd2f..d8b0a80 100644 --- a/.github/workflows/fly.yml +++ b/.github/workflows/fly.yml @@ -10,7 +10,7 @@ jobs: concurrency: deploy-group # optional: ensure only one action runs at a time steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 + uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4 with: egress-policy: audit