Skip to content

Commit 3a39e52

Browse files
committed
Pin all GitHub actions to a commit
1 parent 47f21ce commit 3a39e52

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-and-publish-container-images.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ jobs:
1515
packages: write
1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
1919
- name: Log in to the Container registry
20-
uses: docker/login-action@v3
20+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 #v3.4.0
2121
with:
2222
registry: ${{ env.REGISTRY }}
2323
username: ${{ github.actor }}
2424
password: ${{ secrets.GITHUB_TOKEN }}
2525
- name: Extract metadata (tags, labels) for the container image
2626
id: meta
27-
uses: docker/metadata-action@v5
27+
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 #v5.7.0
2828
with:
2929
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3030
- name: Build and push contaimer image
31-
uses: docker/build-push-action@v6
31+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 #v6.15.0
3232
with:
3333
context: ./image/
3434
push: true

0 commit comments

Comments
 (0)