Skip to content

Commit 6848c4f

Browse files
chore(deps): update github-actions deps (#1409)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5bc545f commit 6848c4f

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ jobs:
102102

103103
- uses: anchore/sbom-action/download-syft@57aae528053a48a3f6235f2d9461b05fbcb7366d # v0.23.1
104104

105-
- uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
105+
- uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
106106
with:
107107
platforms: amd64,arm64,ppc64le,riscv64
108108

109-
- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
109+
- uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
110110

111111
- name: Setup Go
112112
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
@@ -120,13 +120,13 @@ jobs:
120120
sudo apt-get install -y wixl
121121
122122
- name: Log into Docker.io
123-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
123+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.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@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
129+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
130130
with:
131131
registry: ghcr.io
132132
username: ${{ github.repository_owner }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ jobs:
6666

6767
- uses: anchore/sbom-action/download-syft@57aae528053a48a3f6235f2d9461b05fbcb7366d # v0.23.1
6868

69-
- uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
69+
- uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
7070
with:
7171
platforms: amd64,arm64,ppc64le,riscv64
7272

73-
- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
73+
- uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
7474

7575
- name: Setup Go
7676
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0

.github/workflows/base-ci-goreleaser.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Setup QEMU
9696
if: runner.os != 'Windows'
97-
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
97+
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
9898
with:
9999
platforms: arm64,ppc64le,linux/arm/v7,s390x,riscv64
100100

@@ -106,7 +106,7 @@ jobs:
106106
107107
- name: Setup Docker Buildx
108108
if: runner.os != 'Windows'
109-
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
109+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
110110

111111
- name: Setup Go
112112
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
@@ -266,7 +266,7 @@ jobs:
266266

267267
- name: Build container images locally (Linux)
268268
if: matrix.GOOS == 'linux' && contains(steps.prep.outputs.types, 'Docker Image')
269-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
269+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
270270
with:
271271
context: ./distributions/${{ inputs.distribution }}
272272
push: false
@@ -319,7 +319,7 @@ jobs:
319319

320320
- name: Setup QEMU
321321
if: runner.os != 'Windows'
322-
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
322+
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
323323
with:
324324
platforms: arm64,ppc64le,linux/arm/v7,s390x,riscv64
325325

.github/workflows/base-release.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ jobs:
7979

8080
- uses: anchore/sbom-action/download-syft@57aae528053a48a3f6235f2d9461b05fbcb7366d # v0.23.1
8181

82-
- uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
82+
- uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
8383
if: runner.os != 'Windows'
8484
with:
8585
platforms: arm64,ppc64le,linux/arm/v7,s390x,riscv64
8686

87-
- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
87+
- uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
8888
if: runner.os != 'Windows'
8989

9090
# Fix slow Go compile and cache restore
@@ -114,13 +114,13 @@ jobs:
114114
DISTRIBUTIONS: ${{ inputs.distribution }}
115115

116116
- name: Log into Docker.io
117-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
117+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.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@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
123+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
124124
with:
125125
registry: ghcr.io
126126
username: ${{ github.repository_owner }}
@@ -208,12 +208,12 @@ jobs:
208208

209209
- uses: anchore/sbom-action/download-syft@57aae528053a48a3f6235f2d9461b05fbcb7366d # v0.23.1
210210

211-
- uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
211+
- uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
212212
if: runner.os != 'Windows'
213213
with:
214214
platforms: arm64,ppc64le,s390x,riscv64
215215

216-
- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
216+
- uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
217217
if: runner.os != 'Windows'
218218

219219
# Fix slow Go compile and cache restore
@@ -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@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
260+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.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@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
266+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.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@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
19+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.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@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
25+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
2626
with:
2727
username: ${{ vars.DOCKER_USERNAME }}
2828
password: ${{ secrets.DOCKER_TOKEN_COLLECTOR_RELEASES }}

0 commit comments

Comments
 (0)