Skip to content

Commit cebf753

Browse files
chore: add an unmanaged dependency check (#1290)
* chore: add an unmanaged dependency check * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 62cbc13 commit cebf753

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
on:
2+
pull_request:
3+
name: Unmanaged dependency check
4+
jobs:
5+
unmanaged_dependency_check:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v3
9+
- uses: actions/setup-java@v3
10+
with:
11+
distribution: temurin
12+
java-version: 11
13+
- name: Install modules
14+
shell: bash
15+
run: .kokoro/build.sh
16+
- name: Unmanaged dependency check
17+
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@unmanaged-dependencies-check-latest
18+
with:
19+
bom-path: google-cloud-datastore-bom/pom.xml

0 commit comments

Comments
 (0)