diff --git a/.github/workflows/consumer_contract_tests.yml b/.github/workflows/consumer_contract_tests.yml index 634467b03b..d875145916 100644 --- a/.github/workflows/consumer_contract_tests.yml +++ b/.github/workflows/consumer_contract_tests.yml @@ -136,7 +136,7 @@ jobs: -v jar-cache:/root/.ivy \ -v jar-cache:/root/.ivy2 \ -w /working \ - sbtscala/scala-sbt:eclipse-temurin-17.0.13_11_1.10.5_2.13.15 \ + sbtscala/scala-sbt:eclipse-temurin-17.0.13_11_1.10.6_2.13.15 \ bash -c "git config --global --add safe.directory /working && sbt -J-Xmx2g -J-XX:+UseG1GC \"project pact4s\" clean \"testOnly org.broadinstitute.dsde.rawls.consumer.*\"" - name: Output consumer contract as non-breaking base64 string diff --git a/.github/workflows/verify_consumer_pacts.yml b/.github/workflows/verify_consumer_pacts.yml index 5c2dabfdfd..09130cda62 100644 --- a/.github/workflows/verify_consumer_pacts.yml +++ b/.github/workflows/verify_consumer_pacts.yml @@ -328,7 +328,7 @@ jobs: -e POSTGRES_READ_URL=localhost:5432 \ -e POSTGRES_USERNAME=rawls-test \ -e POSTGRES_PASSWORD=rawls-test \ - sbtscala/scala-sbt:eclipse-temurin-17.0.13_11_1.10.5_2.13.15 \ + sbtscala/scala-sbt:eclipse-temurin-17.0.13_11_1.10.6_2.13.15 \ bash -c "git config --global --add safe.directory /working && sbt -J-Xmx2g -J-XX:+UseG1GC \"project pact4s\" clean coverage \"testOnly org.broadinstitute.dsde.rawls.provider.*\" coverageReport" can-i-deploy: # The can-i-deploy job will run as a result of a Rawls PR. It reports the pact verification statuses on all deployed environments.