Skip to content

Commit 0a5aa1e

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump the github-actions-dependencies group across 2 directories with 1 update
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 1 update in the /actions/docker/setup directory: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@b45d80f...4907a6d) Updates `docker/login-action` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@b45d80f...4907a6d) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1f9ac1e commit 0a5aa1e

7 files changed

Lines changed: 10 additions & 10 deletions

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

Lines changed: 3 additions & 3 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@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
152+
- uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.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@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
234+
- uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
235235
with:
236236
registry: ghcr.io
237237
username: ${{ github.repository_owner }}
@@ -325,7 +325,7 @@ jobs:
325325
`"digest" output is not valid`
326326
);
327327
328-
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
328+
- uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
329329
with:
330330
registry: ghcr.io
331331
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@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
149+
- uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.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@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
214+
- uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.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@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
83+
- uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.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@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
133+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
134134
with:
135135
registry: ghcr.io
136136
username: ${{ github.repository_owner }}

.github/workflows/__test-workflow-docker-build-images-multi-registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- name: Login to GitHub Container Registry
48-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
48+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
4949
with:
5050
registry: ghcr.io
5151
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@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
121+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
122122
with:
123123
registry: ghcr.io
124124
username: ${{ github.repository_owner }}

actions/docker/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,6 @@ runs:
400400
buildkitd-config-inline: ${{ inputs.buildkitd-config-inline }}
401401

402402
- if: steps.resolve-oci-registries.outputs.has-registry-auth == 'true'
403-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
403+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
404404
with:
405405
registry-auth: ${{ steps.resolve-oci-registries.outputs.registry-auth }}

0 commit comments

Comments
 (0)