Commit decbfcf
authored
ci: hermetic build action version to use shared-dependencies verson (#12855)
The hermetic build script relied on the sdk-platform-java release
version to set the GitHub Action version. Now it's in the monorepo and
cannot rely on the version. Instead, let's use the shared dependencies
BOM version in the Git tag.
This change will resolve the latest failure in "chore: Update generation
configuration" pull requests
googleapis/java-bigtable#2894:
```
Getting action download info
Error: Unable to resolve action `googleapis/google-cloud-java@v2.71.0`, unable to find version `v2.71.0`
```
where 2.71.0 is the version of the latest gapic-generator-java artifact.
We don't have this tag in the google-cloud-java repository.1 parent dea45de commit decbfcf
1 file changed
Lines changed: 11 additions & 6 deletions
File tree
- sdk-platform-java/hermetic_build/library_generation/owlbot/templates/java_library/.github/scripts
Lines changed: 11 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | | - | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
150 | 155 | | |
151 | | - | |
| 156 | + | |
152 | 157 | | |
153 | 158 | | |
154 | 159 | | |
| |||
0 commit comments