diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca78d45..9db8dc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,7 +124,7 @@ jobs: - name: Check the pull-request contract # A `push` or `merge_group` run carries no pull-request number, which # makes this step a no-op reporting every output as `skipped`. - uses: melodic-software/ci-workflows/.github/actions/pr-contract@5776760254f8b63cba44e896f51604cb755350d9 # v0.22.2 + uses: melodic-software/ci-workflows/.github/actions/pr-contract@541ee4e90d12d77a90a3ddd72a3af9bc78634ea7 # v0.23.0 with: token: ${{ github.token }} - name: Aggregate lane results @@ -132,7 +132,7 @@ jobs: # aggregation: the job still fails on the contract step's exit code, and # the `ci-lanes` status is on the SHA for the next contract-only run. if: ${{ !cancelled() }} - uses: melodic-software/ci-workflows/.github/actions/ci-status@5776760254f8b63cba44e896f51604cb755350d9 # v0.22.2 + uses: melodic-software/ci-workflows/.github/actions/ci-status@541ee4e90d12d77a90a3ddd72a3af9bc78634ea7 # v0.23.0 with: # At least 60 seconds below this job's `timeout-minutes: 5` (300s), so # the fail-closed error is what a contract-only run reports at the