Skip to content

Commit 852dc3c

Browse files
chore(deps): update docker/login-action action to v4.1.0 (#1447)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2b5ae2e commit 852dc3c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/base-binary-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,13 @@ jobs:
120120
sudo apt-get install -y wixl
121121
122122
- name: Log into Docker.io
123-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
123+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
124124
with:
125125
username: ${{ vars.DOCKER_USERNAME }}
126126
password: ${{ secrets.DOCKER_TOKEN_COLLECTOR_RELEASES }}
127127

128128
- name: Login to GitHub Package Registry
129-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
129+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
130130
with:
131131
registry: ghcr.io
132132
username: ${{ github.repository_owner }}

.github/workflows/base-release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ jobs:
114114
DISTRIBUTIONS: ${{ inputs.distribution }}
115115

116116
- name: Log into Docker.io
117-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
117+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
118118
with:
119119
username: ${{ vars.DOCKER_USERNAME }}
120120
password: ${{ secrets.DOCKER_TOKEN_COLLECTOR_RELEASES }}
121121

122122
- name: Login to GitHub Package Registry
123-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
123+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
124124
with:
125125
registry: ghcr.io
126126
username: ${{ github.repository_owner }}
@@ -257,13 +257,13 @@ jobs:
257257
run: ls -R distributions/${{ inputs.distribution }}/dist
258258

259259
- name: Log into Docker.io
260-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
260+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
261261
with:
262262
username: ${{ vars.DOCKER_USERNAME }}
263263
password: ${{ secrets.DOCKER_TOKEN_COLLECTOR_RELEASES }}
264264

265265
- name: Login to GitHub Package Registry
266-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
266+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
267267
with:
268268
registry: ghcr.io
269269
username: ${{ github.repository_owner }}

.github/workflows/regression-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
runs-on: ubuntu-24.04
1717
steps:
1818
- name: Log into Docker.io using old token
19-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
19+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
2020
with:
2121
username: ${{ secrets.DOCKER_USERNAME }}
2222
password: ${{ secrets.DOCKER_PASSWORD }}
2323

2424
- name: Log into Docker.io
25-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
25+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
2626
with:
2727
username: ${{ vars.DOCKER_USERNAME }}
2828
password: ${{ secrets.DOCKER_TOKEN_COLLECTOR_RELEASES }}

0 commit comments

Comments
 (0)