Skip to content

Commit f66fa39

Browse files
committed
fix: pin github login action
1 parent fc296bc commit f66fa39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
3131
3232
- name: Login to GitHub Container Registry
33-
uses: docker/login-action@v3
33+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
3434
with:
3535
registry: ghcr.io
3636
username: ${{ github.actor }}

0 commit comments

Comments
 (0)