Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/zaproxy/action-ful…
Browse files Browse the repository at this point in the history
…l-scan-0.9.0
  • Loading branch information
DerekRoberts authored Jan 26, 2024
2 parents 7b86066 + 90b0f21 commit a42a083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
matrix:
component: [backend-py, backend-java, backend-go]
steps:
- uses: shrink/actions-docker-registry-tag@v3
- uses: shrink/actions-docker-registry-tag@v4
with:
registry: ghcr.io
repository: ${{ github.repository }}/${{ matrix.component }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
matrix:
package: [database, backend-go, backend-java, backend-py, migrations-go, migrations-py, frontend]
steps:
- uses: shrink/actions-docker-registry-tag@v3
- uses: shrink/actions-docker-registry-tag@v4
with:
registry: ghcr.io
repository: ${{ github.repository }}/${{ matrix.package }}
Expand Down

0 comments on commit a42a083

Please sign in to comment.