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/