Merge pull request #1278 from kubereboot/dependabot/github_actions/docker/login-action-3.7.0

This commit is contained in:
Jean-Philippe Evrard
2026-02-22 08:17:07 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ jobs:
version: 2025.10.5
- name: Login to ghcr.io
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}

View File

@@ -76,7 +76,7 @@ jobs:
severity: 'CRITICAL,HIGH'
- name: Login to ghcr.io
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}