Skip to content

Commit

Permalink
chore: use require-hashes option for owlbot docker image (#1592) (#1017)
Browse files Browse the repository at this point in the history
* chore: use require-hashes option for owlbot docker image

Co-authored-by: Mike Eltsufin <meltsufin@google.com>
Source-Link: googleapis/synthtool@d7d1a87
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:faab4ce05feb201db2dbbec4eff44b1f132d5e0316f7ba1c25e538516973fae3
  • Loading branch information
gcf-owl-bot[bot] and meltsufin authored Sep 26, 2022
1 parent 729e37e commit f12fe98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java-dialogflow/.github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
digest: sha256:8175681a918181d306d9c370d3262f16b4c724cc73d74111b7d42fc985ca7f93
digest: sha256:faab4ce05feb201db2dbbec4eff44b1f132d5e0316f7ba1c25e538516973fae3
4 changes: 2 additions & 2 deletions java-dialogflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-dialogflow'
If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-dialogflow:4.8.5'
implementation 'com.google.cloud:google-cloud-dialogflow:4.8.6'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow" % "4.8.5"
libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow" % "4.8.6"
```

## Authentication
Expand Down

0 comments on commit f12fe98

Please sign in to comment.