From e4cb9fac7bd94127c47bed8bb39567bcb5e6b343 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 00:06:06 +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.1.0` | `4.2.0` | | [docker/login-action](https://github.com/docker/login-action) | `4.2.0` | `4.4.0` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `7.2.0` | `7.3.0` | | [esacteksab/.github/.github/workflows/labeler.yml](https://github.com/esacteksab/.github) | `0.82.1` | `0.82.5` | | [esacteksab/.github/.github/workflows/pre-commit.yml](https://github.com/esacteksab/.github) | `0.82.1` | `0.82.5` | | [esacteksab/.github/.github/workflows/spelling.yml](https://github.com/esacteksab/.github) | `0.82.1` | `0.82.5` | Updates `docker/setup-buildx-action` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5...bb05f3f5519dd87d3ba754cc423b652a5edd6d2c) Updates `docker/login-action` from 4.2.0 to 4.4.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/650006c6eb7dba73a995cc03b0b2d7f5ca915bee...af1e73f918a031802d376d3c8bbc3fe56130a9b0) Updates `docker/build-push-action` from 7.2.0 to 7.3.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/f9f3042f7e2789586610d6e8b85c8f03e5195baf...53b7df96c91f9c12dcc8a07bcb9ccacbed38856a) Updates `esacteksab/.github/.github/workflows/labeler.yml` from 0.82.1 to 0.82.5 - [Release notes](https://github.com/esacteksab/.github/releases) - [Commits](https://github.com/esacteksab/.github/compare/4abfcb1acd50398699152ccd4b08fc2a8956682a...1dde24dd0abe3f80e8bf9ffe22cc04b82f485079) Updates `esacteksab/.github/.github/workflows/pre-commit.yml` from 0.82.1 to 0.82.5 - [Release notes](https://github.com/esacteksab/.github/releases) - [Commits](https://github.com/esacteksab/.github/compare/4abfcb1acd50398699152ccd4b08fc2a8956682a...1dde24dd0abe3f80e8bf9ffe22cc04b82f485079) Updates `esacteksab/.github/.github/workflows/spelling.yml` from 0.82.1 to 0.82.5 - [Release notes](https://github.com/esacteksab/.github/releases) - [Commits](https://github.com/esacteksab/.github/compare/4abfcb1acd50398699152ccd4b08fc2a8956682a...1dde24dd0abe3f80e8bf9ffe22cc04b82f485079) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/login-action dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/build-push-action dependency-version: 7.3.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.82.5 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.82.5 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.82.5 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 9bf68a7..fb4cadd 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@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 #v4.1.0 + uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c #v4.2.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@650006c6eb7dba73a995cc03b0b2d7f5ca915bee #v4.2.0 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 #v4.4.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@f9f3042f7e2789586610d6e8b85c8f03e5195baf #v7.2.0 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a #v7.3.0 with: context: . push: true diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 8afe711..25b61f0 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@4abfcb1acd50398699152ccd4b08fc2a8956682a # v0.82.1 + uses: esacteksab/.github/.github/workflows/labeler.yml@1dde24dd0abe3f80e8bf9ffe22cc04b82f485079 # v0.82.5 diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index a2f457d..91de292 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@4abfcb1acd50398699152ccd4b08fc2a8956682a # v0.82.1 + uses: esacteksab/.github/.github/workflows/pre-commit.yml@1dde24dd0abe3f80e8bf9ffe22cc04b82f485079 # v0.82.5 diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index aa15537..f59748e 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@4abfcb1acd50398699152ccd4b08fc2a8956682a # v0.82.1 + uses: esacteksab/.github/.github/workflows/spelling.yml@1dde24dd0abe3f80e8bf9ffe22cc04b82f485079 # v0.82.5