From 83b67f526916c91009694e14ffdae3a5af8be93f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 02:01:15 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/tap_integration_test.yml | 6 +++--- .github/workflows/tests.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tap_integration_test.yml b/.github/workflows/tap_integration_test.yml index 6a44fa589..0fff17659 100644 --- a/.github/workflows/tap_integration_test.yml +++ b/.github/workflows/tap_integration_test.yml @@ -30,13 +30,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: Set up QEMU # Useful for multi-platform builds - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2 - name: Set up Docker Buildx # Enhances docker build capabilities - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2 # Login to a Docker registry is not needed if push: false and not pushing images # - name: Login to GitHub Container Registry diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 45216afcd..807a5e837 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -77,7 +77,7 @@ jobs: uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 if: ${{ !startsWith(github.head_ref, 'renovate/') }} - name: Install cargo-llvm-cov - uses: taiki-e/install-action@cargo-llvm-cov + uses: taiki-e/install-action@cace7d8762492808237e791b718365fe6f57c8b2 # cargo-llvm-cov - name: Run tests and generate coverage report run: cargo llvm-cov test --all-features --workspace --lcov --output-path lcov.info - name: Upload coverage to Coveralls