Bump pay-java-commons.version from 1.0.20251013083934 to 1.0.20251020124635 #937
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: PR | |
| on: | |
| pull_request: | |
| permissions: | |
| contents: read | |
| jobs: | |
| tests: | |
| uses: ./.github/workflows/_run-tests.yml | |
| secrets: | |
| pact_broker_username: ${{ secrets.pact_broker_username }} | |
| pact_broker_password: ${{ secrets.pact_broker_password }} | |
| dependency-review: | |
| name: Dependency Review scan | |
| uses: alphagov/pay-ci/.github/workflows/_run-dependency-review.yml@master |