Skip to content
This repository was archived by the owner on Dec 7, 2025. It is now read-only.

Commit a38a02d

Browse files
committed
fix: security vulnarabilities
1 parent 894972a commit a38a02d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
uses: actions/checkout@v2
1717

1818
- name: Set up Docker Buildx
19-
uses: docker/setup-buildx-action@v2
19+
uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55
2020

2121
- name: Login to DockerHub
22-
uses: docker/login-action@v2
22+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
2323
with:
2424
username: ${{ secrets.DOCKERHUB_USERNAME }}
2525
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -41,7 +41,7 @@ jobs:
4141
labels: ${{ steps.meta.outputs.labels }}
4242
platforms: linux/amd64,linux/arm64
4343

44-
- uses: shrink/actions-docker-extract@v3
44+
- uses: shrink/actions-docker-extract@f97780187d59e88f06a98b166a7e700c0f400314
4545
id: extract
4646
with:
4747
image: ${{ vars.DOCKERHUB_REPO }}

0 commit comments

Comments
 (0)