Skip to content

Commit

Permalink
Fix checkov findings
Browse files Browse the repository at this point in the history
  • Loading branch information
koenighotze committed May 27, 2024
1 parent a630ad2 commit 1cdbf61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bodleian/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terraform {

github = {
source = "integrations/github"
version = "~> 4.0"
version = "~> 6.0"
}
}
}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ terraform {

github = {
source = "integrations/github"
version = ">= 4.0"
version = "~> 6.0"
}

random = {
Expand Down

0 comments on commit 1cdbf61

Please sign in to comment.