Skip to content

Commit

Permalink
Merge pull request #243 from dracor-org/dependabot/github_actions/git…
Browse files Browse the repository at this point in the history
…hub-actions-e4b0362745

Bump the github-actions group with 4 updates
  • Loading branch information
cmil authored Apr 4, 2024
2 parents 5375d06 + 78eeccf commit cde34e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_image_to_dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3.1.0
uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3.2.0

- name: Login to DockerHub
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand All @@ -45,7 +45,7 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
- name: Build and push Docker image
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
with:
context: .
build-args: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# Refs:
# https://github.com/schemathesis/action#configuration
# https://schemathesis.readthedocs.io/en/stable/cli.html
uses: schemathesis/action@cd782ab11a0ae6358e38b7adaaf942a53dbe9368 # v1.0.3
uses: schemathesis/action@e8c36caf1285d9c955e282cf71793837f92308a4 # v1.0.4
with:
api-name: dracor-api
schema: http://localhost:8081/exist/restxq/v1/openapi.yaml
Expand Down

0 comments on commit cde34e3

Please sign in to comment.