diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b61c1839..65c4cefd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Setup Rust - uses: leynos/shared-actions/.github/actions/setup-rust@f9f1c863c8a5bef64aa6779caa746e1a4a6c1ad4 + uses: leynos/shared-actions/.github/actions/setup-rust@6c69b7715a6420c409af6fd56f1d6e566da42a46 - name: Format run: make check-fmt - name: Markdown lint @@ -30,7 +30,7 @@ jobs: - name: Lint run: make lint - name: Test and Measure Coverage - uses: leynos/shared-actions/.github/actions/generate-coverage@f9f1c863c8a5bef64aa6779caa746e1a4a6c1ad4 + uses: leynos/shared-actions/.github/actions/generate-coverage@6c69b7715a6420c409af6fd56f1d6e566da42a46 with: output-path: lcov.info format: lcov @@ -38,7 +38,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@6c69b7715a6420c409af6fd56f1d6e566da42a46 with: format: lcov diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da399ade..ebe7922c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,7 +78,7 @@ jobs: fi echo "Release tag $tag matches Cargo.toml version." - name: Setup Rust - uses: leynos/shared-actions/.github/actions/setup-rust@f9f1c863c8a5bef64aa6779caa746e1a4a6c1ad4 + uses: leynos/shared-actions/.github/actions/setup-rust@6c69b7715a6420c409af6fd56f1d6e566da42a46 - name: Cache cross binary uses: actions/cache@v4 with: