Skip to content

Commit b0fb9cd

Browse files
chore(deps): pin dependencies
1 parent c1965f3 commit b0fb9cd

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- name: Release please
3030
id: release-please
31-
uses: googleapis/release-please-action@v4
31+
uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4
3232
with:
3333
token: ${{ secrets.GITHUB_TOKEN }}
3434

.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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 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@d17fa930f29d14b5a8f7361cdbdf7bf1b722e982 # 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)