Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit f0f3f22

Browse files
build(java): use code-suggester v1 tag rather than full semver (#674)
Source-Author: Jeff Ching <chingor@google.com> Source-Date: Thu Nov 12 10:07:08 2020 -0800 Source-Repo: googleapis/synthtool Source-Sha: 7d652819519dfa24da9e14548232e4aaba71a11c Source-Link: googleapis/synthtool@7d65281
1 parent cff07f9 commit f0f3f22

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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
@@ -11,7 +11,7 @@
1111
"git": {
1212
"name": ".",
1313
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
14-
"sha": "b637cf3130e2230471389babf92106fb75505f57"
14+
"sha": "9826cbf8a669b87bc10a3341237a6907f4f82caa"
1515
}
1616
},
1717
{
@@ -50,7 +50,7 @@
5050
"git": {
5151
"name": "synthtool",
5252
"remote": "https://github.com/googleapis/synthtool.git",
53-
"sha": "7db8a6c5ffb12a6e4c2f799c18f00f7f3d60e279"
53+
"sha": "7d652819519dfa24da9e14548232e4aaba71a11c"
5454
}
5555
}
5656
],

0 commit comments

Comments
 (0)