Skip to content

Commit cef96b7

Browse files
dependabot[bot]bari12
authored andcommitted
build(deps): bump docker/login-action from 4.1.0 to 4.2.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 315f336 commit cef96b7

6 files changed

Lines changed: 6 additions & 6 deletions

.github/workflows/build-test-fts-by-service-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Login to Docker Hub
5353
if: steps.check_exists.outputs.exists == 'false'
54-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.0
54+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.0
5555
with:
5656
username: ${{ secrets.DOCKER_HUB_USERNAME }}
5757
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

.github/workflows/build-test-ssh-by-service-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Login to DockerHub
5555
if: steps.tag_exists.outputs.exists == 'false'
56-
uses: docker/login-action@v4.1.0
56+
uses: docker/login-action@v4.2.0
5757
with:
5858
username: ${{ secrets.DOCKER_HUB_USERNAME }}
5959
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

.github/workflows/build-test-webdav-by-service-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Login to Docker Hub
6161
if: steps.check_exists.outputs.exists == 'false'
62-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.0
62+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.0
6363
with:
6464
username: ${{ secrets.DOCKER_HUB_USERNAME }}
6565
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

.github/workflows/build-test-xrootd-by-service-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Login to Docker Hub
4848
if: steps.check_exists.outputs.exists == 'false'
49-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.0
49+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.0
5050
with:
5151
username: ${{ secrets.DOCKER_HUB_USERNAME }}
5252
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

.github/workflows/build-test-xrootd-noauth-by-service-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Login to Docker Hub
4848
if: steps.check_exists.outputs.exists == 'false'
49-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.0
49+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.0
5050
with:
5151
username: ${{ secrets.DOCKER_HUB_USERNAME }}
5252
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

.github/workflows/docker-auto-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: docker/setup-buildx-action@v4.0.0
5353

5454
- name: Login to DockerHub
55-
uses: docker/login-action@v4.1.0
55+
uses: docker/login-action@v4.2.0
5656
with:
5757
username: ${{ secrets.DOCKER_HUB_USERNAME }}
5858
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)