diff --git a/iac/bootstrap/main.tf b/iac/bootstrap/main.tf index ecca72a..a65ca8b 100644 --- a/iac/bootstrap/main.tf +++ b/iac/bootstrap/main.tf @@ -20,7 +20,7 @@ locals { module "github-wif" { source = "chainguard-dev/common/infra//modules/github-wif-provider" - version = "0.6.19" + version = "0.6.25" project_id = var.project_id name = "github-pool" @@ -40,7 +40,7 @@ moved { module "github_identity" { source = "chainguard-dev/common/infra//modules/github-gsa" - version = "0.6.19" + version = "0.6.25" project_id = var.project_id name = "github-identity" @@ -67,7 +67,7 @@ resource "google_project_iam_member" "github_owner" { module "github_pull_requests" { source = "chainguard-dev/common/infra//modules/github-gsa" - version = "0.6.19" + version = "0.6.25" project_id = var.project_id name = "github-pull-requests"