diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 6d153cb..4781a8a 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -29,10 +29,11 @@ jobs: actions: write steps: - - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0 + - 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 }} - name: Check out git repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 diff --git a/.github/workflows/check-semver.yml b/.github/workflows/check-semver.yml index 1e28a05..e64e626 100644 --- a/.github/workflows/check-semver.yml +++ b/.github/workflows/check-semver.yml @@ -14,10 +14,11 @@ jobs: name: Check labels runs-on: ubuntu-latest steps: - - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0 + - 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: docker://agilepathway/pull-request-label-checker:v1.6.13@sha256:4a0bc4b4536934325ab21ea47af7a928b5c18a09b42c40275910945514a9b805 with: diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index ac6c452..71f104a 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -27,10 +27,11 @@ jobs: actions: write steps: - - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0 + - 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 }} - name: Check out git repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6a1481e..c92d262 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,10 +18,11 @@ jobs: actions: write steps: - - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0 + - 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 }} - name: Check out git repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 diff --git a/.github/workflows/release-on-push.yml b/.github/workflows/release-on-push.yml index 6248b95..166a29f 100644 --- a/.github/workflows/release-on-push.yml +++ b/.github/workflows/release-on-push.yml @@ -11,10 +11,11 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0 + - 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: rymndhng/release-on-push-action@aebba2bbce07a9474bf95e8710e5ee8a9e922fe2 # v0.28.0 with: