Skip to content

Commit

Permalink
build(java): use code-suggester v1 tag rather than full semver (#674)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yoshi-automation committed Nov 12, 2020
1 parent cff07f9 commit f0f3f22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/formatting.yaml
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
java-version: 11
- run: "mvn com.coveo:fmt-maven-plugin:format"
- uses: googleapis/code-suggester@v1.8.0
- uses: googleapis/code-suggester@v1
with:
command: review
pull_number: ${{ github.event.pull_request.number }}
Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -11,7 +11,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
"sha": "b637cf3130e2230471389babf92106fb75505f57"
"sha": "9826cbf8a669b87bc10a3341237a6907f4f82caa"
}
},
{
Expand Down Expand Up @@ -50,7 +50,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "7db8a6c5ffb12a6e4c2f799c18f00f7f3d60e279"
"sha": "7d652819519dfa24da9e14548232e4aaba71a11c"
}
}
],
Expand Down

0 comments on commit f0f3f22

Please sign in to comment.