Skip to content

Commit acec4c8

Browse files
chore(deps): pin docker/login-action action to 74a5d14 (#10)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ed84fe commit acec4c8

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)