diff --git a/.github/workflows/definitions.yml b/.github/workflows/definitions.yml index eb10f89a..58e63127 100644 --- a/.github/workflows/definitions.yml +++ b/.github/workflows/definitions.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest permissions: { contents: write } steps: - - uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 + - uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2 with: { egress-policy: audit } - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - run: npm ci diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5422c2bf..30d73a2b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: checksums: runs-on: ubuntu-latest steps: - - uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 + - uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2 with: { egress-policy: audit } - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: { fetch-depth: 0 } diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 1e7f7bf8..897306e1 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -15,7 +15,7 @@ jobs: bump: runs-on: ubuntu-latest steps: - - uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 + - uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2 with: { egress-policy: audit } - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: