Skip to content

Commit 7b1016a

Browse files
chore(deps): update docker/login-action action to v3.5.0 (#1081)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d7ab068 commit 7b1016a

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/base-release.yaml

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

101101
- name: Log into Docker.io
102-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
102+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
103103
with:
104104
username: ${{ vars.DOCKER_USERNAME }}
105105
password: ${{ secrets.DOCKER_TOKEN_COLLECTOR_RELEASES }}
106106

107107
- name: Login to GitHub Package Registry
108-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
108+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
109109
with:
110110
registry: ghcr.io
111111
username: ${{ github.repository_owner }}
@@ -234,13 +234,13 @@ jobs:
234234
run: ls -R distributions/${{ inputs.distribution }}/dist
235235

236236
- name: Log into Docker.io
237-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
237+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
238238
with:
239239
username: ${{ vars.DOCKER_USERNAME }}
240240
password: ${{ secrets.DOCKER_TOKEN_COLLECTOR_RELEASES }}
241241

242242
- name: Login to GitHub Package Registry
243-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
243+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
244244
with:
245245
registry: ghcr.io
246246
username: ${{ github.repository_owner }}

.github/workflows/regression-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-22.04
1414
steps:
1515
- name: Log into Docker.io using old token
16-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
16+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
1717
with:
1818
username: ${{ secrets.DOCKER_USERNAME }}
1919
password: ${{ secrets.DOCKER_PASSWORD }}
2020

2121
- name: Log into Docker.io
22-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
22+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
2323
with:
2424
username: ${{ vars.DOCKER_USERNAME }}
2525
password: ${{ secrets.DOCKER_TOKEN_COLLECTOR_RELEASES }}

.github/workflows/release-builder.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ jobs:
7979
go-version: "~1.24"
8080

8181
- name: Log into Docker.io
82-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
82+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
8383
with:
8484
username: ${{ vars.DOCKER_USERNAME }}
8585
password: ${{ secrets.DOCKER_TOKEN_COLLECTOR_RELEASES }}
8686
- name: Login to GitHub Package Registry
87-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
87+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
8888
with:
8989
registry: ghcr.io
9090
username: ${{ github.repository_owner }}

.github/workflows/release-opampsupervisor.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ jobs:
7979
go-version: "~1.24"
8080

8181
- name: Log into Docker.io
82-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
82+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
8383
with:
8484
username: ${{ vars.DOCKER_USERNAME }}
8585
password: ${{ secrets.DOCKER_TOKEN_COLLECTOR_RELEASES }}
8686
- name: Login to GitHub Package Registry
87-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
87+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
8888
with:
8989
registry: ghcr.io
9090
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)