From e00aa942b8faba51640db89fc044d5d27b150253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 07:04:35 +0000 Subject: [PATCH] ci(deps): bump the minor-updates group across 1 directory with 2 updates Bumps the minor-updates group with 2 updates in the / directory: [docker/login-action](https://github.com/docker/login-action) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `docker/login-action` from 4 to 4.5.2 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4...v4.5.2) Updates `golangci/golangci-lint-action` from 9.2.0 to 9.3.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v9.2.0...v9.3.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: golangci/golangci-lint-action dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/integration_test.yml | 4 ++-- .github/workflows/lint.yml | 2 +- .github/workflows/migration_test.yml | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index e1c30397..736d7683 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Log in to GHCR - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.actor }} @@ -558,7 +558,7 @@ jobs: go-version-file: go.mod - name: Log in to GHCR - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4ac0f1d1..5c5904d7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,7 +23,7 @@ jobs: **/**.go go.mod go.sum - - uses: golangci/golangci-lint-action@v9.2.0 + - uses: golangci/golangci-lint-action@v9.3.0 with: version: latest args: --timeout 10m diff --git a/.github/workflows/migration_test.yml b/.github/workflows/migration_test.yml index a22d1922..9ff23a0d 100644 --- a/.github/workflows/migration_test.yml +++ b/.github/workflows/migration_test.yml @@ -61,7 +61,7 @@ jobs: fetch-depth: 1 - name: Log in to GHCR - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.actor }} @@ -110,7 +110,7 @@ jobs: fetch-depth: 1 - name: Log in to GHCR - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.actor }} @@ -161,7 +161,7 @@ jobs: cache: true - name: Log in to GHCR - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.actor }} @@ -203,7 +203,7 @@ jobs: cache: true - name: Log in to GHCR - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.actor }}