Merge pull request #3114 from testssl/dependabot/github_actions/docker/login-action-4.5.2

Bump docker/login-action from 4 to 4.5.2
This commit is contained in:
Dirk Wetter
2026-08-11 19:18:01 +02:00
committed by GitHub
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
- name: GitHub login - name: GitHub login
if: ${{ github.event_name != 'pull_request' }} if: ${{ github.event_name != 'pull_request' }}
uses: docker/login-action@v4 uses: docker/login-action@v4.5.2
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}