From 8012d5ce7cc616a867e426d11d4352dfdf6ad092 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 00:24:55 +0000 Subject: [PATCH] chore(dev-deps): bump the github-actions group with 6 updates Bumps the github-actions group with 6 updates: | Package | From | To | | --- | --- | --- | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `4.0.0` | `4.1.0` | | [docker/login-action](https://github.com/docker/login-action) | `4.1.0` | `4.2.0` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `7.1.0` | `7.2.0` | | [esacteksab/.github/.github/workflows/labeler.yml](https://github.com/esacteksab/.github) | `0.80.27` | `0.80.31` | | [esacteksab/.github/.github/workflows/pre-commit.yml](https://github.com/esacteksab/.github) | `0.80.27` | `0.80.31` | | [esacteksab/.github/.github/workflows/spelling.yml](https://github.com/esacteksab/.github) | `0.80.27` | `0.80.31` | Updates `docker/setup-buildx-action` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd...d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5) Updates `docker/login-action` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/4907a6ddec9925e35a0a9e82d7399ccc52663121...650006c6eb7dba73a995cc03b0b2d7f5ca915bee) Updates `docker/build-push-action` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/bcafcacb16a39f128d818304e6c9c0c18556b85f...f9f3042f7e2789586610d6e8b85c8f03e5195baf) Updates `esacteksab/.github/.github/workflows/labeler.yml` from 0.80.27 to 0.80.31 - [Release notes](https://github.com/esacteksab/.github/releases) - [Commits](https://github.com/esacteksab/.github/compare/23679f39c08d50a75327778a902135a58785e307...aefa53f3e47dbd49ae5c0e66b793116733c3b6ac) Updates `esacteksab/.github/.github/workflows/pre-commit.yml` from 0.80.27 to 0.80.31 - [Release notes](https://github.com/esacteksab/.github/releases) - [Commits](https://github.com/esacteksab/.github/compare/23679f39c08d50a75327778a902135a58785e307...aefa53f3e47dbd49ae5c0e66b793116733c3b6ac) Updates `esacteksab/.github/.github/workflows/spelling.yml` from 0.80.27 to 0.80.31 - [Release notes](https://github.com/esacteksab/.github/releases) - [Commits](https://github.com/esacteksab/.github/compare/23679f39c08d50a75327778a902135a58785e307...aefa53f3e47dbd49ae5c0e66b793116733c3b6ac) --- 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: github-actions - dependency-name: docker/login-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/build-push-action dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: esacteksab/.github/.github/workflows/labeler.yml dependency-version: 0.80.31 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: esacteksab/.github/.github/workflows/pre-commit.yml dependency-version: 0.80.31 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: esacteksab/.github/.github/workflows/spelling.yml dependency-version: 0.80.31 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- .github/workflows/labeler.yml | 2 +- .github/workflows/pre-commit.yml | 2 +- .github/workflows/spelling.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2b229b4..513b78c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,7 +58,7 @@ jobs: persist-credentials: false - name: Set up Docker Buildx - uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd #v4.0.0 + uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 #v4.1.0 - name: Resolve Go image digest id: go-image @@ -71,7 +71,7 @@ jobs: echo "digest=$digest" >> $GITHUB_OUTPUT - name: Log in to Docker Hub - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 #v4.1.0 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee #v4.2.0 with: username: esacteksab password: ${{ secrets.DOCKERHUB_TOKEN }} @@ -94,7 +94,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Build and push Docker image - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f #v7.1.0 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf #v7.2.0 with: context: . push: true diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index fa43f4a..c46a82b 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -11,4 +11,4 @@ permissions: jobs: label-pr: - uses: esacteksab/.github/.github/workflows/labeler.yml@23679f39c08d50a75327778a902135a58785e307 # v0.80.27 + uses: esacteksab/.github/.github/workflows/labeler.yml@aefa53f3e47dbd49ae5c0e66b793116733c3b6ac # v0.80.31 diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index fd37914..b422ff9 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -17,4 +17,4 @@ permissions: jobs: precommit-reusable: - uses: esacteksab/.github/.github/workflows/pre-commit.yml@23679f39c08d50a75327778a902135a58785e307 # v0.80.27 + uses: esacteksab/.github/.github/workflows/pre-commit.yml@aefa53f3e47dbd49ae5c0e66b793116733c3b6ac # v0.80.31 diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index c7e2ebf..b081256 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -16,4 +16,4 @@ concurrency: jobs: typos-reusable: - uses: esacteksab/.github/.github/workflows/spelling.yml@23679f39c08d50a75327778a902135a58785e307 # v0.80.27 + uses: esacteksab/.github/.github/workflows/spelling.yml@aefa53f3e47dbd49ae5c0e66b793116733c3b6ac # v0.80.31