aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-09-30 11:44:07 -0700
committerGitHub <noreply@github.com>2025-09-30 11:44:07 -0700
commitd8870a2f727882c73cd321e4ba5ea102c1a621fa (patch)
treed6fca96a0428a74a9610031dc281161a3f214916 /.github
parentf1f0856e503e4f56c0a435d3590da8369c15c33f (diff)
downloadseaweedfs-d8870a2f727882c73cd321e4ba5ea102c1a621fa.tar.xz
seaweedfs-d8870a2f727882c73cd321e4ba5ea102c1a621fa.zip
chore(deps): bump docker/login-action from 3.5.0 to 3.6.0 (#7289)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/184bdaa0721073962dff0199f1fb9940f07167d1...5e57cd118135c172c3672efd75eb46360885c0ef) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/container_dev.yml4
-rw-r--r--.github/workflows/container_latest.yml4
-rw-r--r--.github/workflows/container_release1.yml2
-rw-r--r--.github/workflows/container_release2.yml2
-rw-r--r--.github/workflows/container_release3.yml2
-rw-r--r--.github/workflows/container_release4.yml2
-rw-r--r--.github/workflows/container_release5.yml2
-rw-r--r--.github/workflows/container_rocksdb_version.yml2
8 files changed, 10 insertions, 10 deletions
diff --git a/.github/workflows/container_dev.yml b/.github/workflows/container_dev.yml
index 0e68e9a77..dbf5b365d 100644
--- a/.github/workflows/container_dev.yml
+++ b/.github/workflows/container_dev.yml
@@ -42,14 +42,14 @@ jobs:
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Login to GHCR
if: github.event_name != 'pull_request'
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v1
with:
registry: ghcr.io
username: ${{ secrets.GHCR_USERNAME }}
diff --git a/.github/workflows/container_latest.yml b/.github/workflows/container_latest.yml
index 7b5b0f979..ffeabfb01 100644
--- a/.github/workflows/container_latest.yml
+++ b/.github/workflows/container_latest.yml
@@ -43,14 +43,14 @@ jobs:
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Login to GHCR
if: github.event_name != 'pull_request'
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v1
with:
registry: ghcr.io
username: ${{ secrets.GHCR_USERNAME }}
diff --git a/.github/workflows/container_release1.yml b/.github/workflows/container_release1.yml
index e5e9c4c45..cc1ded0e3 100644
--- a/.github/workflows/container_release1.yml
+++ b/.github/workflows/container_release1.yml
@@ -41,7 +41,7 @@ jobs:
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
diff --git a/.github/workflows/container_release2.yml b/.github/workflows/container_release2.yml
index 3c355e6fe..5debf0bf8 100644
--- a/.github/workflows/container_release2.yml
+++ b/.github/workflows/container_release2.yml
@@ -42,7 +42,7 @@ jobs:
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
diff --git a/.github/workflows/container_release3.yml b/.github/workflows/container_release3.yml
index 479e2f841..5fbeb5357 100644
--- a/.github/workflows/container_release3.yml
+++ b/.github/workflows/container_release3.yml
@@ -42,7 +42,7 @@ jobs:
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
diff --git a/.github/workflows/container_release4.yml b/.github/workflows/container_release4.yml
index 52331750d..7fcaf12c6 100644
--- a/.github/workflows/container_release4.yml
+++ b/.github/workflows/container_release4.yml
@@ -41,7 +41,7 @@ jobs:
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
diff --git a/.github/workflows/container_release5.yml b/.github/workflows/container_release5.yml
index 44f05587d..fd3cb75d2 100644
--- a/.github/workflows/container_release5.yml
+++ b/.github/workflows/container_release5.yml
@@ -41,7 +41,7 @@ jobs:
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
diff --git a/.github/workflows/container_rocksdb_version.yml b/.github/workflows/container_rocksdb_version.yml
index 94d9441a8..cd733fe04 100644
--- a/.github/workflows/container_rocksdb_version.yml
+++ b/.github/workflows/container_rocksdb_version.yml
@@ -88,7 +88,7 @@ jobs:
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v1
- name: Login to Docker Hub
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}