diff --git a/.github/workflows/acceptance-test.yml b/.github/workflows/acceptance-test.yml index bdc45ef4..ad893e32 100644 --- a/.github/workflows/acceptance-test.yml +++ b/.github/workflows/acceptance-test.yml @@ -22,6 +22,9 @@ jobs: - uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v9.0.1 with: egress-policy: audit + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + with: + persist-credentials: false # Create a GitHub Codespace and communicate the image version via a Codespace secret (should be a Codespace environment variable). # This secret is used by devcontainer.json, as such it is a resource that should not be used concurrently. - run: | @@ -31,9 +34,6 @@ jobs: env: GH_TOKEN: ${{ secrets.TEST_GITHUB_TOKEN }} HEAD_REF: ${{ github.head_ref }} - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - with: - persist-credentials: false - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 with: node-version: 20