Skip to content

Commit cb14fcc

Browse files
chore(deps): pin docker/login-action action to 74a5d14
1 parent b48c54a commit cb14fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: Login to GitHub Container Registry
6262
if: ${{ env.SKIP != 'true' }}
63-
uses: docker/login-action@v3
63+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
6464
with:
6565
registry: ghcr.io
6666
username: ${{ github.actor }}

0 commit comments

Comments
 (0)