Skip to content

Commit 5b7e894

Browse files
authored
Merge pull request #41 from kansei-os/dependabot/github_actions/docker/login-action-4.1.0
build(deps): bump docker/login-action from 3.7.0 to 4.1.0
2 parents b8064e1 + 68ee8e7 commit 5b7e894

12 files changed

Lines changed: 12 additions & 12 deletions

.github/workflows/build-image-aurora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
# These `if` statements are so that pull requests for your custom images do not make it publish any packages under your name without you knowing
138138
# They also check if the runner is on the default branch so that things like the merge queue (if you enable it), are going to work
139139
- name: Login to GitHub Container Registry
140-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
140+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
141141
if: github.event_name != 'pull_request' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
142142
with:
143143
registry: ghcr.io

.github/workflows/build-image-bazzite-gnome.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
# These `if` statements are so that pull requests for your custom images do not make it publish any packages under your name without you knowing
138138
# They also check if the runner is on the default branch so that things like the merge queue (if you enable it), are going to work
139139
- name: Login to GitHub Container Registry
140-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
140+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
141141
if: github.event_name != 'pull_request' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
142142
with:
143143
registry: ghcr.io

.github/workflows/build-image-bazzite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
# These `if` statements are so that pull requests for your custom images do not make it publish any packages under your name without you knowing
138138
# They also check if the runner is on the default branch so that things like the merge queue (if you enable it), are going to work
139139
- name: Login to GitHub Container Registry
140-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
140+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
141141
if: github.event_name != 'pull_request' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
142142
with:
143143
registry: ghcr.io

.github/workflows/build-image-bluefin-dx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
# These `if` statements are so that pull requests for your custom images do not make it publish any packages under your name without you knowing
138138
# They also check if the runner is on the default branch so that things like the merge queue (if you enable it), are going to work
139139
- name: Login to GitHub Container Registry
140-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
140+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
141141
if: github.event_name != 'pull_request' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
142142
with:
143143
registry: ghcr.io

.github/workflows/build-image-bluefin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
# These `if` statements are so that pull requests for your custom images do not make it publish any packages under your name without you knowing
138138
# They also check if the runner is on the default branch so that things like the merge queue (if you enable it), are going to work
139139
- name: Login to GitHub Container Registry
140-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
140+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
141141
if: github.event_name != 'pull_request' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
142142
with:
143143
registry: ghcr.io

.github/workflows/build-image-centos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
# These `if` statements are so that pull requests for your custom images do not make it publish any packages under your name without you knowing
138138
# They also check if the runner is on the default branch so that things like the merge queue (if you enable it), are going to work
139139
- name: Login to GitHub Container Registry
140-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
140+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
141141
if: github.event_name != 'pull_request' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
142142
with:
143143
registry: ghcr.io

.github/workflows/build-image-cosmic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
# These `if` statements are so that pull requests for your custom images do not make it publish any packages under your name without you knowing
138138
# They also check if the runner is on the default branch so that things like the merge queue (if you enable it), are going to work
139139
- name: Login to GitHub Container Registry
140-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
140+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
141141
if: github.event_name != 'pull_request' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
142142
with:
143143
registry: ghcr.io

.github/workflows/build-image-kansei-falcon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
# These `if` statements are so that pull requests for your custom images do not make it publish any packages under your name without you knowing
138138
# They also check if the runner is on the default branch so that things like the merge queue (if you enable it), are going to work
139139
- name: Login to GitHub Container Registry
140-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
140+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
141141
if: github.event_name != 'pull_request' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
142142
with:
143143
registry: ghcr.io

.github/workflows/build-image-kansei-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
# These `if` statements are so that pull requests for your custom images do not make it publish any packages under your name without you knowing
138138
# They also check if the runner is on the default branch so that things like the merge queue (if you enable it), are going to work
139139
- name: Login to GitHub Container Registry
140-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
140+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
141141
if: github.event_name != 'pull_request' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
142142
with:
143143
registry: ghcr.io

.github/workflows/build-image-kansei.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
# These `if` statements are so that pull requests for your custom images do not make it publish any packages under your name without you knowing
138138
# They also check if the runner is on the default branch so that things like the merge queue (if you enable it), are going to work
139139
- name: Login to GitHub Container Registry
140-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
140+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
141141
if: github.event_name != 'pull_request' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
142142
with:
143143
registry: ghcr.io

0 commit comments

Comments
 (0)