Skip to content

Commit 7ba9006

Browse files
committed
Pin build.yaml actions
1 parent 7e62437 commit 7ba9006

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ jobs:
1414
id-token: write
1515

1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1818
- name: Log in to the Container registry
19-
uses: docker/login-action@v3
19+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
2020
with:
2121
registry: ghcr.io
2222
username: ${{ github.actor }}
2323
password: ${{ secrets.GITHUB_TOKEN }}
2424
- name: Build and push Docker image
2525
id: push
26-
uses: docker/build-push-action@v6
26+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
2727
with:
2828
push: true
2929
tags: ghcr.io/${{github.repository}}:latest

0 commit comments

Comments
 (0)