From 438efa8e5aa9bcffce895e85a274aca5012dc37e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 22:15:25 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 3 updates Bumps the github-actions group with 3 updates in the / directory: [docker/login-action](https://github.com/docker/login-action), [docker/build-push-action](https://github.com/docker/build-push-action) and [schemathesis/action](https://github.com/schemathesis/action). Updates `docker/login-action` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/b45d80f862d83dbcd57f89517bcf500b2ab88fb2...4907a6ddec9925e35a0a9e82d7399ccc52663121) Updates `docker/build-push-action` from 7.0.0 to 7.1.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/d08e5c354a6adb9ed34480a06d141179aa583294...bcafcacb16a39f128d818304e6c9c0c18556b85f) Updates `schemathesis/action` from 1.1.1 to 3.0.0 - [Release notes](https://github.com/schemathesis/action/releases) - [Commits](https://github.com/schemathesis/action/compare/95849c1d1e806909cca98b7bf031bf47d552cd5b...806cace2053cbbac93188e1281ff7da415643160) --- 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/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: schemathesis/action dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/publish_image_to_dockerhub.yml | 4 ++-- .github/workflows/test_api.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish_image_to_dockerhub.yml b/.github/workflows/publish_image_to_dockerhub.yml index e00e09c..077ece8 100644 --- a/.github/workflows/publish_image_to_dockerhub.yml +++ b/.github/workflows/publish_image_to_dockerhub.yml @@ -29,7 +29,7 @@ jobs: uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 - name: Login to DockerHub - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: username: ${{ secrets.DOCKERHUB_USER }} password: ${{ secrets.DOCKERHUB_PASSWORD }} @@ -45,7 +45,7 @@ jobs: type=semver,pattern={{major}}.{{minor}} - name: Build and push Docker image - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: context: . build-args: | diff --git a/.github/workflows/test_api.yml b/.github/workflows/test_api.yml index d2668e8..6b93300 100644 --- a/.github/workflows/test_api.yml +++ b/.github/workflows/test_api.yml @@ -49,7 +49,7 @@ jobs: # Refs: # https://github.com/schemathesis/action#configuration # https://schemathesis.readthedocs.io/en/stable/cli.html - uses: schemathesis/action@95849c1d1e806909cca98b7bf031bf47d552cd5b # v1.1.1 + uses: schemathesis/action@806cace2053cbbac93188e1281ff7da415643160 # v3.0.0 with: schema: http://localhost:8081/exist/restxq/v1/openapi.yaml base-url: http://localhost:8081/exist/restxq/v1/