Skip to content

Commit 4f2cabe

Browse files
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](GoogleCloudPlatform/cloud-foundation-fabric@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] <support@github.com>
1 parent c9b82e1 commit 4f2cabe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gcp/net-vpc.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module "vpc-github-runners" {
1818
# Firewall rules for GitHub Actions Runners
1919
# https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/tree/v49.1.0/modules/net-vpc-firewall
2020
module "firewall-github-runners" {
21-
source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-vpc-firewall?ref=v49.1.0"
21+
source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-vpc-firewall?ref=v51.0.0"
2222
project_id = module.project.project_id
2323
network = module.vpc-github-runners.name
2424
default_rules_config = { disabled = true }

0 commit comments

Comments
 (0)