Skip to content

Commit 3988eca

Browse files
committed
fix: Update Docker login action to specific version for stability
1 parent 6614ecb commit 3988eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
9797
9898
- name: Login to GitHub Container Registry
99-
uses: docker/login-action@v3
99+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
100100
with:
101101
registry: ${{ env.REGISTRY }}
102102
username: ${{ github.actor }}

0 commit comments

Comments
 (0)