Skip to content

Commit e80c835

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump the github-actions-dependencies group across 3 directories with 5 updates
Bumps the github-actions-dependencies group with 1 update in the / directory: [docker/login-action](https://github.com/docker/login-action). Bumps the github-actions-dependencies group with 5 updates in the /actions/docker/build-image directory: | Package | From | To | | --- | --- | --- | | [docker/login-action](https://github.com/docker/login-action) | `3.7.0` | `4.0.0` | | [docker/setup-docker-action](https://github.com/docker/setup-docker-action) | `4.7.0` | `5.0.0` | | [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `3.7.0` | `4.0.0` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.12.0` | `4.0.0` | | [reproducible-containers/buildkit-cache-dance](https://github.com/reproducible-containers/buildkit-cache-dance) | `3.3.1` | `3.3.2` | Bumps the github-actions-dependencies group with 2 updates in the /actions/docker/create-images-manifests directory: [docker/login-action](https://github.com/docker/login-action) and [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action). Updates `docker/login-action` from 3.7.0 to 4.0.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@c94ce9f...b45d80f) Updates `docker/login-action` from 3.7.0 to 4.0.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@c94ce9f...b45d80f) Updates `docker/setup-docker-action` from 4.7.0 to 5.0.0 - [Release notes](https://github.com/docker/setup-docker-action/releases) - [Commits](docker/setup-docker-action@e43656e...1a6edb0) Updates `docker/setup-qemu-action` from 3.7.0 to 4.0.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@c7c5346...ce36039) Updates `docker/setup-buildx-action` from 3.12.0 to 4.0.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@8d2750c...4d04d5d) Updates `reproducible-containers/buildkit-cache-dance` from 3.3.1 to 3.3.2 - [Release notes](https://github.com/reproducible-containers/buildkit-cache-dance/releases) - [Commits](reproducible-containers/buildkit-cache-dance@6f699a7...1b8ab18) Updates `docker/login-action` from 3.7.0 to 4.0.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@c94ce9f...b45d80f) Updates `docker/setup-buildx-action` from 3.12.0 to 4.0.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@8d2750c...4d04d5d) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: docker/login-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: docker/setup-docker-action dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: docker/setup-qemu-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: docker/setup-buildx-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: reproducible-containers/buildkit-cache-dance dependency-version: 3.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: docker/login-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: docker/setup-buildx-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 553787d commit e80c835

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

.github/workflows/__test-action-docker-build-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
`"annotations.org.opencontainers.image.version" output is not valid`
150150
);
151151
152-
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
152+
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
153153
with:
154154
registry: ghcr.io
155155
username: ${{ github.repository_owner }}
@@ -231,7 +231,7 @@ jobs:
231231
}
232232
}
233233
234-
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
234+
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
235235
with:
236236
registry: ghcr.io
237237
username: ${{ github.repository_owner }}

.github/workflows/__test-action-docker-prune-pull-requests-image-tags.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
with:
147147
persist-credentials: false
148148

149-
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
149+
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
150150
with:
151151
registry: ghcr.io
152152
username: ${{ github.repository_owner }}
@@ -211,7 +211,7 @@ jobs:
211211
assert.equal(packageVersionExists, false, `Package version "${process.env.TAG_TO_DELETE}" has not been deleted`);
212212
}
213213
214-
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
214+
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
215215
if: ${{ github.event_name == 'pull_request' }}
216216
with:
217217
registry: ghcr.io

.github/workflows/__test-workflow-docker-build-images-building.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
for (const image of expectedCreatedImages) {
8181
assert(builtImages[image], `"built-images" output does not contain "${image}" image`);
8282
}
83-
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
83+
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
8484
with:
8585
registry: ghcr.io
8686
username: ${{ github.repository_owner }}

.github/workflows/__test-workflow-docker-build-images-caching.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
matrix: ${{ fromJson(needs.arrange.outputs.matrix) }}
131131
steps:
132132
- name: Login to GitHub Container Registry
133-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
133+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
134134
with:
135135
registry: ghcr.io
136136
username: ${{ github.repository_owner }}

.github/workflows/__test-workflow-docker-build-images-platforms-and-signing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
matrix: ${{ fromJson(needs.arrange.outputs.matrix) }}
119119
steps:
120120
- name: Login to GitHub Container Registry
121-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
121+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
122122
with:
123123
registry: ghcr.io
124124
username: ${{ github.repository_owner }}

actions/docker/build-image/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -233,14 +233,14 @@ runs:
233233
}
234234
235235
- if: steps.get-docker-config.outputs.docker-exists != 'true'
236-
uses: docker/setup-docker-action@e43656e248c0bd0647d3f5c195d116aacf6fcaf4 # v4.7.0
236+
uses: docker/setup-docker-action@1a6edb0ba9ac496f6850236981f15d8f9a82254d # v5.0.0
237237

238238
- if: steps.get-docker-config.outputs.platform-exists != 'true'
239-
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
239+
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
240240
with:
241241
platforms: ${{ inputs.platform }}
242242

243-
- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
243+
- uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
244244
id: setup-buildx
245245
with:
246246
# FIXME: upgrade version when available (https://github.com/docker/buildx/releases)
@@ -266,14 +266,14 @@ runs:
266266
key: cache-mount-${{ hashFiles(steps.get-docker-config.outputs.dockerfile-path) }}
267267

268268
- name: Restore Docker cache mounts
269-
uses: reproducible-containers/buildkit-cache-dance@6f699a72a59e4252f05a7435430009b77e25fe06 # v3.3.1
269+
uses: reproducible-containers/buildkit-cache-dance@1b8ab18fbda5ad3646e3fcc9ed9dd41ce2f297b4 # v3.3.2
270270
with:
271271
builder: ${{ steps.setup-buildx.outputs.name }}
272272
cache-dir: cache-mount
273273
dockerfile: ${{ steps.get-docker-config.outputs.dockerfile-path }}
274274
skip-extraction: ${{ steps.cache.outputs.cache-hit }}
275275

276-
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
276+
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
277277
with:
278278
registry: ${{ inputs.oci-registry }}
279279
username: ${{ inputs.oci-registry-username }}

actions/docker/create-images-manifests/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ outputs:
8383
runs:
8484
using: "composite"
8585
steps:
86-
- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
86+
- uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
8787
with:
8888
# FIXME: upgrade version when available (https://github.com/docker/buildx/releases)
8989
version: v0.31.1
9090
# FIXME: upgrade version when available (https://hub.docker.com/r/moby/buildkit)
9191
driver-opts: |
9292
image=moby/buildkit:v0.27.0
9393
94-
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
94+
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
9595
with:
9696
registry: ${{ inputs.oci-registry }}
9797
username: ${{ inputs.oci-registry-username }}

0 commit comments

Comments
 (0)