diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 210cd71..cfedff9 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -8,10 +8,11 @@ jobs: build: runs-on: ubuntu-latest steps: - - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 + - name: Harden the runner + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: - egress-policy: audit + use-policy-store: true + api-key: ${{ secrets.STEPSECURITY_POLICY_STORE_API_KEY }} - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 - name: Set up Python