From 0f11cea9030c11ea3d2356652397b48865efc310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 19:06:00 +0000 Subject: [PATCH] ci: bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [docker/login-action](https://github.com/docker/login-action) and [actions/setup-node](https://github.com/actions/setup-node). Updates `docker/login-action` from 3864d6aed8ff134b2ed894ce00c87695c709c870 to 0a596b2e7a325f0cedf8e9bd21ab002cbd3c9241 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/3864d6aed8ff134b2ed894ce00c87695c709c870...0a596b2e7a325f0cedf8e9bd21ab002cbd3c9241) Updates `actions/setup-node` from 6 to 7 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/login-action dependency-version: c66a8fcb2472d4283042d726b2a061b43b3f49ab dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/open-code-review.yml | 2 +- .github/workflows/promote.yml | 2 +- .github/workflows/retag.yml | 2 +- .github/workflows/rollback.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d03550557..d423d1050 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v7 - name: Log in to Docker registry - uses: docker/login-action@3864d6aed8ff134b2ed894ce00c87695c709c870 + uses: docker/login-action@0a596b2e7a325f0cedf8e9bd21ab002cbd3c9241 with: registry: ${{ env.REGISTRY }} username: ${{ vars.DOCKER_REGISTRY_USER }} diff --git a/.github/workflows/open-code-review.yml b/.github/workflows/open-code-review.yml index e5ec148f3..80c3195c4 100644 --- a/.github/workflows/open-code-review.yml +++ b/.github/workflows/open-code-review.yml @@ -47,7 +47,7 @@ jobs: run: git fetch origin pull/${{ github.event.pull_request.number || github.event.issue.number }}/head - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '20' diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 1c1c6b823..f4fac49c3 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -46,7 +46,7 @@ jobs: uses: actions/checkout@v7 - name: Log in to Docker registry - uses: docker/login-action@3864d6aed8ff134b2ed894ce00c87695c709c870 + uses: docker/login-action@0a596b2e7a325f0cedf8e9bd21ab002cbd3c9241 with: registry: ${{ env.REGISTRY }} username: ${{ vars.DOCKER_REGISTRY_USER }} diff --git a/.github/workflows/retag.yml b/.github/workflows/retag.yml index 4cb1be82c..b149a1606 100644 --- a/.github/workflows/retag.yml +++ b/.github/workflows/retag.yml @@ -74,7 +74,7 @@ jobs: fi - name: Log in to Docker registry - uses: docker/login-action@3864d6aed8ff134b2ed894ce00c87695c709c870 + uses: docker/login-action@0a596b2e7a325f0cedf8e9bd21ab002cbd3c9241 with: registry: ${{ env.REGISTRY }} username: ${{ vars.DOCKER_REGISTRY_USER }} diff --git a/.github/workflows/rollback.yml b/.github/workflows/rollback.yml index 880bf80d3..1ab768810 100644 --- a/.github/workflows/rollback.yml +++ b/.github/workflows/rollback.yml @@ -58,7 +58,7 @@ jobs: uses: actions/checkout@v7 - name: Log in to Docker registry - uses: docker/login-action@3864d6aed8ff134b2ed894ce00c87695c709c870 + uses: docker/login-action@0a596b2e7a325f0cedf8e9bd21ab002cbd3c9241 with: registry: ${{ env.REGISTRY }} username: ${{ vars.DOCKER_REGISTRY_USER }}