diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 6c90938..4cef010 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@9b0655f430fba8c7001d4e38f8d4306db5c6e0ab # v1 + - uses: step-security/harden-runner@248ae51c2e8cc9622ecf50685c8bf7150c6e8813 # v1 with: allowed-endpoints: api.github.com:443 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc4c92c..ad602ee 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@9b0655f430fba8c7001d4e38f8d4306db5c6e0ab + - uses: step-security/harden-runner@248ae51c2e8cc9622ecf50685c8bf7150c6e8813 with: allowed-endpoints: api.github.com:443