diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index cf55993..2e2ac9f 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@74b568e8591fbb3115c70f3436a0c6b0909a8504 # v1 + - uses: step-security/harden-runner@dd2c410b088af7c0dc8046f3ac9a8f4148492a95 # v1 with: allowed-endpoints: api.github.com:443 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4effb7e..c6d445f 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@74b568e8591fbb3115c70f3436a0c6b0909a8504 + - uses: step-security/harden-runner@dd2c410b088af7c0dc8046f3ac9a8f4148492a95 with: allowed-endpoints: api.github.com:443