diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 4cef010c..cf55993a 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -19,7 +19,7 @@ jobs: permissions: contents: write steps: - - uses: step-security/harden-runner@248ae51c2e8cc9622ecf50685c8bf7150c6e8813 # v1 + - uses: step-security/harden-runner@74b568e8591fbb3115c70f3436a0c6b0909a8504 # v1 with: allowed-endpoints: api.github.com:443 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad602ee5..4effb7ea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: permissions: contents: write steps: - - uses: step-security/harden-runner@248ae51c2e8cc9622ecf50685c8bf7150c6e8813 + - uses: step-security/harden-runner@74b568e8591fbb3115c70f3436a0c6b0909a8504 with: allowed-endpoints: api.github.com:443