Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 66ea05e

Browse files
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 <[email protected]> Source-Date: Tue Nov 17 13:02:02 2020 -0500 Source-Repo: googleapis/synthtool Source-Sha: 7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58 Source-Link: googleapis/synthtool@7fcc405
1 parent 897e1d2 commit 66ea05e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/approve-readme.yaml

+1-1
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

+1-1
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

synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-video-transcoder.git",
7-
"sha": "983c87939c592394302850b0dc2c56146f807524"
7+
"sha": "897e1d22a5c3532556163b7fffe03726acbca864"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "7d652819519dfa24da9e14548232e4aaba71a11c"
22+
"sha": "7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)