Skip to content

Commit f47aee9

Browse files
chore(deps): pin dependencies
1 parent 29f8582 commit f47aee9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tap_integration_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout code
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3
3434

3535
- name: Set up QEMU # Useful for multi-platform builds
36-
uses: docker/setup-qemu-action@v2
36+
uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2
3737

3838
- name: Set up Docker Buildx # Enhances docker build capabilities
39-
uses: docker/setup-buildx-action@v2
39+
uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2
4040

4141
# Login to a Docker registry is not needed if push: false and not pushing images
4242
# - name: Login to GitHub Container Registry

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10
7878
if: ${{ !startsWith(github.head_ref, 'renovate/') }}
7979
- name: Install cargo-llvm-cov
80-
uses: taiki-e/install-action@cargo-llvm-cov
80+
uses: taiki-e/install-action@ed87afb44e1aa5ecc737d1d8cad72f2eeb3d3fec # cargo-llvm-cov
8181
- name: Run tests and generate coverage report
8282
run: cargo llvm-cov test --all-features --workspace --lcov --output-path lcov.info
8383
- name: Upload coverage to Coveralls

0 commit comments

Comments
 (0)