Skip to content

Commit

Permalink
test: use tag in gapic-libraries-bom validation (#9372)
Browse files Browse the repository at this point in the history
The java-cloud-bom was released today. The tag is "v26.13.0". This includes the recent change in validate-bom action that checks the dependency tree. https://github.com/googleapis/java-cloud-bom/blob/v26.13.0/tests/validate-bom/action.yml
  • Loading branch information
suztomo authored Apr 26, 2023
1 parent c02ff98 commit ded8000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ jobs:
- name: Install Maven modules to local Maven repository
run: |
mvn install -B -ntp -T 1C -DskipTests -Dclirr.skip -Dcheckstyle.skip
- name: Validate gapic-generator-java-bom
uses: googleapis/java-cloud-bom/tests/validate-bom@main
- name: Validate gapic-libraries-bom
uses: googleapis/java-cloud-bom/tests/validate-bom@v26.13.0
with:
bom-path: gapic-libraries-bom/pom.xml

Expand Down

0 comments on commit ded8000

Please sign in to comment.