chore: upgrade to Aspect Workflows 5.10.12 (#890)

This commit is contained in:
Greg Magolan 2024-07-29 17:14:32 -07:00 committed by GitHub
parent 8b5be28449
commit 424137f6fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -4,12 +4,12 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", _http_archive = "http_archi
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe") load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
# TODO: move this to a rule set so repositories on Aspect Workflows can avoid this boilerplate # TODO: move this to a rule set so repositories on Aspect Workflows can avoid this boilerplate
rosetta_version = "5.10.11" rosetta_version = "5.10.12"
rosetta_integrity = { rosetta_integrity = {
"darwin_aarch64": "sha256-VLKzyovgtXdJqahoYokT14hl21/rrXony+uigrBevVI=", "darwin_aarch64": "sha256-AmrO0e44haDvaVCosuNCPONPTLflSWyHMmSVv7V6iO8=",
"darwin_x86_64": "sha256-rzlUBH4F3HzqmM/PTZ6ulCZIvZyaKZ1uHP/9PpOP30w=", "darwin_x86_64": "sha256-9g21wDZPBKqP0Z/KCmULJhwH4SqsKqOS1ceRVg3TWYs=",
"linux_aarch64": "sha256-SW3qsFgnOgLfcXe4vMeIzyQ4dUHVFzdKUvwdFP2YPXg=", "linux_aarch64": "sha256-KncnXJfAstOI5savV+pCF8/AuPlJs1DG8xTwXstPmuM=",
"linux_x86_64": "sha256-3X2eqmxjDj7wD21t8cRw6UXiA7wZvbgkv7X0nJjvJ/c=", "linux_x86_64": "sha256-1oyhGKI0yzL1Y/5IjFmWShl27Bs4TqFZNipVL2xb9wU=",
} }
# https://github.com/suzuki-shunsuke/circleci-config-merge/releases # https://github.com/suzuki-shunsuke/circleci-config-merge/releases