Skip to content

Commit ae48ca3

Browse files
chore(deps): pin dependencies
1 parent 904db5f commit ae48ca3

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@16a9c90856f42705d54a6fda1823352bdc62cf38 # 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@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
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@caf4aedf2bfe5bfb679703b29290921f4711b2f3 # 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)