From 8c923617fd6c16bf059e37bfe7bd53e3caff4384 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 23:09:09 +0000 Subject: [PATCH] Bump service-account-cloud-build-github-runners::cloud-foundation-fabric Bumps [service-account-cloud-build-github-runners::cloud-foundation-fabric](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric) from 49.1.0 to 50.0.0. - [Release notes](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/releases) - [Changelog](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/blob/master/CHANGELOG.md) - [Commits](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v49.1.0...v50.0.0) --- updated-dependencies: - dependency-name: service-account-cloud-build-github-runners::github::GoogleCloudPlatform/cloud-foundation-fabric::v49.1.0 dependency-version: 50.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gcp/iam-service-accounts.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcp/iam-service-accounts.tf b/gcp/iam-service-accounts.tf index 4d8fb95..1975106 100644 --- a/gcp/iam-service-accounts.tf +++ b/gcp/iam-service-accounts.tf @@ -52,7 +52,7 @@ resource "time_sleep" "wait_for_service_account_cloud_run" { # Service Account for Cloud Build (Image Creation) module "service-account-cloud-build-github-runners" { - source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/iam-service-account?ref=v49.1.0" + source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/iam-service-account?ref=v50.0.0" project_id = module.project.project_id name = "cloud-build-github-runners" display_name = "Cloud Build - Create images (Terraform managed)"