diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 7e169d1..1a7f3cc 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -32,7 +32,7 @@ jobs: go: [ "1.17", "1.18", "1.19", "1.20" ] steps: - name: Harden Runner - uses: step-security/harden-runner@1f99358870fe1c846a3ccba386cc2b2246836776 # v2.2.1 + uses: step-security/harden-runner@03bee3930647ebbf994244c21ddbc0d4933aab4f # v2.3.0 with: egress-policy: audit disable-telemetry: true