Skip to content

Commit 907ae1f

Browse files
build(java): use actions/github-script v3 tag rather than full semver (#639)
* build(java): use code-suggester v1 tag rather than full semver 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 * build(java): use actions/github-script v3 tag rather than full semver So that renovate-bot stops proposing PRs like [this](https://github.com/googleapis/java-bigquerydatatransfer/pull/515/files)! Source-Author: Stephanie Wang <stephaniewang526@users.noreply.github.com> Source-Date: Tue Nov 17 13:02:02 2020 -0500 Source-Repo: googleapis/synthtool Source-Sha: 7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58 Source-Link: googleapis/synthtool@7fcc405
1 parent c532ca8 commit 907ae1f

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
lines changed

.github/workflows/approve-readme.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
if: github.repository_owner == 'googleapis' && github.head_ref == 'autosynth-readme'
88
steps:
9-
- uses: actions/github-script@v3.0.0
9+
- uses: actions/github-script@v3
1010
with:
1111
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
1212
script: |

.github/workflows/auto-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
if: contains(github.head_ref, 'release-v')
88
steps:
9-
- uses: actions/github-script@v3.0.0
9+
- uses: actions/github-script@v3
1010
with:
1111
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
1212
debug: true

.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: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-spanner.git",
7-
"sha": "34221d7a889c131fb1f797a0f9434deee60d755b"
7+
"sha": "0f9b7bdc81a4eeecf772022bcec585bd1630895b"
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": "7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58"
2323
}
2424
}
2525
],
@@ -53,7 +53,6 @@
5353
}
5454
],
5555
"generatedFiles": [
56-
".github/CODEOWNERS",
5756
".github/ISSUE_TEMPLATE/bug_report.md",
5857
".github/ISSUE_TEMPLATE/feature_request.md",
5958
".github/ISSUE_TEMPLATE/support_request.md",
@@ -83,7 +82,6 @@
8382
".kokoro/nightly/java8-osx.cfg",
8483
".kokoro/nightly/java8-win.cfg",
8584
".kokoro/nightly/java8.cfg",
86-
".kokoro/nightly/samples.cfg",
8785
".kokoro/populate-secrets.sh",
8886
".kokoro/presubmit/clirr.cfg",
8987
".kokoro/presubmit/dependencies.cfg",
@@ -95,7 +93,6 @@
9593
".kokoro/presubmit/java8.cfg",
9694
".kokoro/presubmit/linkage-monitor.cfg",
9795
".kokoro/presubmit/lint.cfg",
98-
".kokoro/presubmit/samples.cfg",
9996
".kokoro/readme.sh",
10097
".kokoro/release/bump_snapshot.cfg",
10198
".kokoro/release/common.cfg",
@@ -339,9 +336,6 @@
339336
"proto-google-cloud-spanner-v1/src/main/proto/google/spanner/v1/transaction.proto",
340337
"proto-google-cloud-spanner-v1/src/main/proto/google/spanner/v1/type.proto",
341338
"renovate.json",
342-
"samples/install-without-bom/pom.xml",
343-
"samples/pom.xml",
344-
"samples/snapshot/pom.xml",
345-
"samples/snippets/pom.xml"
339+
"samples/pom.xml"
346340
]
347341
}

0 commit comments

Comments
 (0)