diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63e2e06..8f44175 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Setup Rust - uses: leynos/shared-actions/.github/actions/setup-rust@f9f1c863c8a5bef64aa6779caa746e1a4a6c1ad4 + uses: leynos/shared-actions/.github/actions/setup-rust@7bc9b6c15964ef98733aa647b76d402146284ba3 - name: Format run: make check-fmt - name: Lint @@ -24,7 +24,7 @@ jobs: - name: Test Only run: make test - name: Test and Measure Coverage - uses: leynos/shared-actions/.github/actions/generate-coverage@f9f1c863c8a5bef64aa6779caa746e1a4a6c1ad4 + uses: leynos/shared-actions/.github/actions/generate-coverage@7bc9b6c15964ef98733aa647b76d402146284ba3 with: output-path: lcov.info format: lcov @@ -32,7 +32,7 @@ jobs: env: CS_ACCESS_TOKEN: ${{ secrets.CS_ACCESS_TOKEN }} if: ${{ env.CS_ACCESS_TOKEN }} - uses: leynos/shared-actions/.github/actions/upload-codescene-coverage@f9f1c863c8a5bef64aa6779caa746e1a4a6c1ad4 + uses: leynos/shared-actions/.github/actions/upload-codescene-coverage@7bc9b6c15964ef98733aa647b76d402146284ba3 with: format: lcov access-token: ${{ env.CS_ACCESS_TOKEN }}