Merge pull request #1917 from zabbix/dependabot/github_actions/docker/login-action-4.2.0

Bump docker/login-action from 4.0.0 to 4.2.0
This commit is contained in:
Alexey Pustovalov 2026-05-29 12:29:08 +09:00 committed by GitHub
commit 35fb177a09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -318,7 +318,7 @@ jobs:
- name: Login to DockerHub
if: ${{ steps.toolchain_lookup.outputs.reuse != 'true' }}
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
@ -429,7 +429,7 @@ jobs:
uses: ./.github/actions/cosign-install
- name: Login to DockerHub
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
@ -617,7 +617,7 @@ jobs:
uses: ./.github/actions/cosign-install
- name: Login to DockerHub
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}