From ec2d4ec501602966456843f31d71f0800080e87d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 17:24:49 +0000 Subject: [PATCH] ci: bump the github-actions group with 3 updates Bumps the github-actions group with 3 updates: [docker/login-action](https://github.com/docker/login-action), [docker/bake-action](https://github.com/docker/bake-action) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `docker/login-action` from 4 to 4.1.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4...v4.1.0) Updates `docker/bake-action` from 7 to 7.1.0 - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v7...v7.1.0) Updates `golangci/golangci-lint-action` from 9 to 9.2.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v9...v9.2.0) --- 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 - dependency-name: docker/bake-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: golangci/golangci-lint-action dependency-version: 9.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/docker.yaml | 6 +++--- .github/workflows/static.yaml | 10 +++++----- .github/workflows/tests.yaml | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 723ad427c3..e8ec782557 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -126,14 +126,14 @@ jobs: with: platforms: ${{ matrix.platform }} - name: Login to DockerHub - uses: docker/login-action@v4 + uses: docker/login-action@v4.1.0 if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository with: username: ${{ vars.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} # zizmor: ignore[secrets-outside-env] TODO: drop once super-linter ships zizmor >=1.24.0, then the allowlist in zizmor.yaml takes over - name: Build id: build - uses: docker/bake-action@v7 + uses: docker/bake-action@v7.1.0 with: pull: true load: ${{ !fromJson(needs.prepare.outputs.push) }} @@ -229,7 +229,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v4 - name: Login to DockerHub - uses: docker/login-action@v4 + uses: docker/login-action@v4.1.0 if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository with: username: ${{ vars.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/static.yaml b/.github/workflows/static.yaml index f4b7dc5f94..b9daf8681f 100644 --- a/.github/workflows/static.yaml +++ b/.github/workflows/static.yaml @@ -119,7 +119,7 @@ jobs: with: platforms: ${{ matrix.platform }} - name: Login to DockerHub - uses: docker/login-action@v4 + uses: docker/login-action@v4.1.0 if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository with: username: ${{ vars.DOCKERHUB_USERNAME }} @@ -139,7 +139,7 @@ jobs: REF: ${{ needs.prepare.outputs.ref }} - name: Build id: build - uses: docker/bake-action@v7 + uses: docker/bake-action@v7.1.0 with: pull: true load: ${{ !fromJson(needs.prepare.outputs.push) || matrix.debug || matrix.mimalloc }} @@ -287,14 +287,14 @@ jobs: with: platforms: ${{ matrix.platform }} - name: Login to DockerHub - uses: docker/login-action@v4 + uses: docker/login-action@v4.1.0 if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository with: username: ${{ vars.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} # zizmor: ignore[secrets-outside-env] TODO: drop once super-linter ships zizmor >=1.24.0, then the allowlist in zizmor.yaml takes over - name: Build id: build - uses: docker/bake-action@v7 + uses: docker/bake-action@v7.1.0 with: pull: true load: ${{ !fromJson(needs.prepare.outputs.push) }} @@ -399,7 +399,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v4 - name: Login to DockerHub - uses: docker/login-action@v4 + uses: docker/login-action@v4.1.0 if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository with: username: ${{ vars.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index e2b341e414..9e28e17e98 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -76,12 +76,12 @@ jobs: - name: Run integrations tests run: ./reload_test.sh - name: Lint Go code - uses: golangci/golangci-lint-action@v9 + uses: golangci/golangci-lint-action@v9.2.0 if: matrix.php-versions == '8.5' with: version: latest - name: Lint Caddy module Go code - uses: golangci/golangci-lint-action@v9 + uses: golangci/golangci-lint-action@v9.2.0 if: matrix.php-versions == '8.5' with: version: latest