Skip to content

Commit e7d636a

Browse files
build(java): use code-suggester v1 tag rather than full semver (#534)
Source-Author: Jeff Ching <[email protected]> Source-Date: Thu Nov 12 10:07:08 2020 -0800 Source-Repo: googleapis/synthtool Source-Sha: 7d652819519dfa24da9e14548232e4aaba71a11c Source-Link: googleapis/synthtool@7d65281
1 parent 0b02977 commit e7d636a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/formatting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
java-version: 11
2020
- run: "mvn com.coveo:fmt-maven-plugin:format"
21-
- uses: googleapis/code-suggester@v1.8.0
21+
- uses: googleapis/code-suggester@v1
2222
with:
2323
command: review
2424
pull_number: ${{ github.event.pull_request.number }}

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-bigtable.git",
7-
"sha": "682d06e1e120ea31919116d8d5cc9be64bdeac39"
7+
"sha": "0b029774d171403f1770a0cb3b6e0f0a6904f1ef"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "7db8a6c5ffb12a6e4c2f799c18f00f7f3d60e279"
22+
"sha": "7d652819519dfa24da9e14548232e4aaba71a11c"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)