Skip to content

Commit 5b7b937

Browse files
committed
add pinns from github-actions-list @ e6fd9c5
1 parent c7cdbd9 commit 5b7b937

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-push-images.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v3
2727

2828
- name: Log in to the Container registry
29-
uses: docker/login-action@v3
29+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
3030
if: github.event_name != 'pull_request'
3131
with:
3232
registry: ${{ env.REGISTRY }}
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Extract metadata (tags, labels) for Docker
3737
id: meta
38-
uses: docker/metadata-action@v5
38+
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
3939
with:
4040
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4141
flavor: |
@@ -47,7 +47,7 @@ jobs:
4747
type=raw,value=latest,enable={{is_default_branch}}
4848
4949
- name: Build and push Docker image
50-
uses: docker/build-push-action@v7
50+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
5151
with:
5252
context: .
5353
build-args: |

0 commit comments

Comments
 (0)