diff --git a/.github/workflows/tap_integration_test.yml b/.github/workflows/tap_integration_test.yml index 6a44fa589..8ecd6822d 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@a37ce9120846195fa4ece8f58b268e6043cb2f26 # 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..046c64b89 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@ae83f8e2d0da9969dc5a35e824115e142fd3c341 # 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