Skip to content

Commit fe8c52f

Browse files
committed
ci: pin action tags to commit SHAs in cli-validate
Signed-off-by: Dorin Geman <dorin.geman@docker.com>
1 parent efb38d9 commit fe8c52f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cli-validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ jobs:
5454
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
5555
-
5656
name: Set up Docker Buildx
57-
uses: docker/setup-buildx-action@v4
57+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
5858
with:
5959
buildkitd-flags: --debug
6060
-
6161
name: Validate
62-
uses: docker/bake-action@v7
62+
uses: docker/bake-action@82490499d2e5613fcead7e128237ef0b0ea210f7 # v7
6363
with:
6464
files: ./cmd/cli/docker-bake.hcl
6565
targets: ${{ matrix.target }}

0 commit comments

Comments
 (0)