From 44a1194e2d867cfdfb9cfb15d7408dd89a517a14 Mon Sep 17 00:00:00 2001 From: leynos Date: Wed, 17 Jun 2026 23:21:15 +0200 Subject: [PATCH] Pin shared-actions refs in netsuke CI --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6eb83e29..9d32e3d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Setup Rust - uses: leynos/shared-actions/.github/actions/setup-rust@718c4f2eadaf95d527814862fd7cb85d91c8a8fc + uses: leynos/shared-actions/.github/actions/setup-rust@4b35232 with: toolchain: ${{ matrix.rust }} components: rustfmt, clippy @@ -48,7 +48,7 @@ jobs: run: make test - name: Test and Measure Coverage if: matrix.rust == 'stable' - uses: leynos/shared-actions/.github/actions/generate-coverage@718c4f2eadaf95d527814862fd7cb85d91c8a8fc + uses: leynos/shared-actions/.github/actions/generate-coverage@4b35232 with: output-path: lcov.info format: lcov @@ -56,7 +56,7 @@ jobs: env: CS_ACCESS_TOKEN: ${{ secrets.CS_ACCESS_TOKEN }} if: matrix.rust == 'stable' && env.CS_ACCESS_TOKEN != '' - uses: leynos/shared-actions/.github/actions/upload-codescene-coverage@718c4f2eadaf95d527814862fd7cb85d91c8a8fc + uses: leynos/shared-actions/.github/actions/upload-codescene-coverage@4b35232 with: format: lcov access-token: ${{ env.CS_ACCESS_TOKEN }} @@ -77,7 +77,7 @@ jobs: with: persist-credentials: false - name: Setup Rust - uses: leynos/shared-actions/.github/actions/setup-rust@718c4f2eadaf95d527814862fd7cb85d91c8a8fc + uses: leynos/shared-actions/.github/actions/setup-rust@4b35232 with: toolchain: stable - name: Install uv