Skip to content

Commit 692a09c

Browse files
chore(deps): pin dependencies (#5342)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f02a8a2 commit 692a09c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/devcontainer.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1616
- name: Login to GitHub Container Registry
17-
uses: docker/login-action@v2
17+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
1818
with:
1919
registry: ghcr.io
2020
username: ${{ github.repository_owner }}
2121
password: ${{ secrets.GITHUB_TOKEN }}
2222
- name: Rebuild dev container image
23-
uses: devcontainers/[email protected]
23+
uses: devcontainers/ci@8bf61b26e9c3a98f69cb6ce2f88d24ff59b785c6 # v0.3
2424
with:
2525
imageName: ghcr.io/grpc-ecosystem/grpc-gateway/build-env
2626
cacheFrom: ghcr.io/grpc-ecosystem/grpc-gateway/build-env

0 commit comments

Comments
 (0)