Skip to content

Commit

Permalink
add ci to check dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Nov 29, 2023
1 parent 10c4243 commit e42a382
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -277,3 +277,11 @@ jobs:
with:
bom-path: gapic-generator-java-bom/pom.xml

bom_unmanaged_dependency_check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Unmanaged dependency check
uses: java-shared-dependencies/unmanaged-dependency-check
with:
bom-path: gapic-generator-java-bom/pom.xml

0 comments on commit e42a382

Please sign in to comment.