From 4f2cabe78edc6266a274d842f543bf71fe232e83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 00:01:32 +0000 Subject: [PATCH] Bump firewall-github-runners::cloud-foundation-fabric in /gcp Bumps [firewall-github-runners::cloud-foundation-fabric](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric) from 49.1.0 to 51.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...v51.0.0) --- updated-dependencies: - dependency-name: firewall-github-runners::github::GoogleCloudPlatform/cloud-foundation-fabric::v49.1.0 dependency-version: 51.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gcp/net-vpc.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcp/net-vpc.tf b/gcp/net-vpc.tf index 995b27f..5ef2a5b 100644 --- a/gcp/net-vpc.tf +++ b/gcp/net-vpc.tf @@ -18,7 +18,7 @@ module "vpc-github-runners" { # Firewall rules for GitHub Actions Runners # https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/tree/v49.1.0/modules/net-vpc-firewall module "firewall-github-runners" { - source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-vpc-firewall?ref=v49.1.0" + source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-vpc-firewall?ref=v51.0.0" project_id = module.project.project_id network = module.vpc-github-runners.name default_rules_config = { disabled = true }