From 41800c851b2843199fb80023a2acda4a74dafc3e Mon Sep 17 00:00:00 2001 From: Ryan Lopopolo Date: Mon, 5 Sep 2022 16:01:01 -0700 Subject: [PATCH] Audit workflow rollout complete --- .../repository_file_github_actions_audit_workflow.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/github-org-artichoke/repository_file_github_actions_audit_workflow.tf b/github-org-artichoke/repository_file_github_actions_audit_workflow.tf index 3e9a5a5..9cdf250 100644 --- a/github-org-artichoke/repository_file_github_actions_audit_workflow.tf +++ b/github-org-artichoke/repository_file_github_actions_audit_workflow.tf @@ -24,7 +24,7 @@ locals { "rubyconf", // https://github.com/artichoke/rubyconf ] - force_bump_audit_ruby_rust = true + force_bump_audit_ruby_rust = false audit_ruby_rust_repos = [ "artichoke", // https://github.com/artichoke/artichoke "boba", // https://github.com/artichoke/boba @@ -41,7 +41,7 @@ locals { "strudel", // https://github.com/artichoke/strudel ] - force_bump_audit_node_ruby_rust = true + force_bump_audit_node_ruby_rust = false audit_node_ruby_rust_repos = [ "playground", // https://github.com/artichoke/playground ]