From 42a9ef8cd50e0a7897674e3f58cec8e1da9e7cfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 00:57:18 +0000 Subject: [PATCH] build(deps): bump the actions group across 1 directory with 4 updates Bumps the actions group with 4 updates in the / directory: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action), [docker/login-action](https://github.com/docker/login-action), [docker/build-push-action](https://github.com/docker/build-push-action) and [github/codeql-action](https://github.com/github/codeql-action). Updates `docker/setup-buildx-action` from 4 to 4.1.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v4...v4.1.0) Updates `docker/login-action` from 4 to 4.2.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4...v4.2.0) Updates `docker/build-push-action` from 7 to 7.2.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v7...v7.2.0) Updates `github/codeql-action` from 4 to 4.36.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v4...v4.36.2) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: docker/login-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: docker/build-push-action dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: github/codeql-action dependency-version: 4.36.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 10 +++++----- .github/workflows/codeql.yml | 8 ++++---- .github/workflows/scorecard.yml | 2 +- .github/workflows/validate.yml | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3640f9b9a..e017d8f14 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -153,10 +153,10 @@ jobs: - name: Set image prefix (lowercase) run: echo "IMAGE_PREFIX=$(echo '${{ github.repository_owner }}' | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_ENV" - - uses: docker/setup-buildx-action@v4 + - uses: docker/setup-buildx-action@v4.1.0 - name: Log in to GitHub Container Registry - uses: docker/login-action@v4 + uses: docker/login-action@v4.2.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -164,7 +164,7 @@ jobs: - name: Build & push by digest id: build - uses: docker/build-push-action@v7 + uses: docker/build-push-action@v7.2.0 with: context: ${{ matrix.target.context }} file: ${{ matrix.target.file }} @@ -221,10 +221,10 @@ jobs: pattern: digests-${{ matrix.service }}-* merge-multiple: true - - uses: docker/setup-buildx-action@v4 + - uses: docker/setup-buildx-action@v4.1.0 - name: Log in to GitHub Container Registry - uses: docker/login-action@v4 + uses: docker/login-action@v4.2.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8e718ee90..9938d9b32 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -47,14 +47,14 @@ jobs: uses: actions/checkout@v6 - name: Initialize CodeQL - uses: github/codeql-action/init@v4 + uses: github/codeql-action/init@v4.36.2 with: languages: ${{ matrix.language }} build-mode: none config-file: ./.github/codeql/codeql-config.yml - name: Perform CodeQL analysis - uses: github/codeql-action/analyze@v4 + uses: github/codeql-action/analyze@v4.36.2 with: category: '/language:${{ matrix.language }}' @@ -79,7 +79,7 @@ jobs: uses: actions/checkout@v6 - name: Initialize CodeQL - uses: github/codeql-action/init@v4 + uses: github/codeql-action/init@v4.36.2 with: languages: java-kotlin build-mode: manual @@ -100,6 +100,6 @@ jobs: :libs:kotlin-common:compileKotlin - name: Perform CodeQL analysis - uses: github/codeql-action/analyze@v4 + uses: github/codeql-action/analyze@v4.36.2 with: category: '/language:java-kotlin' diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 973c2f4d4..ded1feade 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -41,7 +41,7 @@ jobs: publish_results: true - name: Upload result to code scanning - uses: github/codeql-action/upload-sarif@v4 + uses: github/codeql-action/upload-sarif@v4.36.2 with: sarif_file: results.sarif category: scorecard diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index d2c5bd4d3..71a4509b6 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -262,7 +262,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - - uses: docker/setup-buildx-action@v4 + - uses: docker/setup-buildx-action@v4.1.0 - name: Build ${{ matrix.service.name }} image env: