Skip to content

Commit 078352e

Browse files
Pin dependencies
1 parent f47b691 commit 078352e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717

1818
- name: Set up Docker Buildx
19-
uses: docker/setup-buildx-action@v3
19+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
2020

2121
- name: Login to GitHub Container Registry
22-
uses: docker/login-action@v3
22+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
2323
with:
2424
registry: ${{ env.REGISTRY }}
2525
username: ${{ github.actor }}
2626
password: ${{ secrets.GITHUB_TOKEN }}
2727

2828
- name: Build and Push
29-
uses: docker/bake-action@v4
29+
uses: docker/bake-action@aefd381cbaa93c62a1e8b02194ae420cc36269d2 # v4
3030
with:
3131
push: true
3232
env:

0 commit comments

Comments
 (0)