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..3ebf72c1a 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@9e57365e36de1e26dea5145e57d471261468d9f7 # 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