Skip to content

Commit 9c1b449

Browse files
authored
ci: linkage monitor CI update to stop using .kokoro/linkage-monitor.sh (#1718)
* ci: linkage monitor configuration to synthtool's change expects the ci.yaml to use the Linkage Monitor GitHub Actions. (It deletes .kokoro/linkage-monitor.sh) #1717 However this repository excludes ci.yaml being managed by synthtool. Therefore we need to manually maintain ci.yaml to stop using linkage-monitor.sh. * ci: install dependencies for Linkage Monitor
1 parent 0b73f5f commit 9c1b449

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,11 @@ jobs:
7575
java-version: 8
7676
- run: java -version
7777
- run: .kokoro/install_dependencies.sh
78-
- run: .kokoro/linkage-monitor.sh
78+
- name: Install artifacts to local Maven repository
79+
run: .kokoro/build.sh
80+
shell: bash
81+
- name: Validate dependencies with regard to com.google.cloud:libraries-bom (latest release)
82+
uses: GoogleCloudPlatform/cloud-opensource-java/linkage-monitor@v1-linkagemonitor
7983
lint:
8084
runs-on: ubuntu-latest
8185
steps:

0 commit comments

Comments
 (0)