Skip to content

Commit 34caef6

Browse files
chore(deps): update dependency hashicorp/terraform to v1.7.2 (#1)
* Update dependency hashicorp/terraform to v1.7.2 * ci: fix perms to make checkov happy --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: nathan r. hruby <nhruby@platformondemand.io>
1 parent 7188892 commit 34caef6

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
env:
1010
TERRAFORM_DOCS_VERSION: v0.16.0
1111

12+
permissions: read-all
13+
1214
jobs:
1315
collectInputs:
1416
name: Collect workflow inputs

.github/workflows/semantic-releaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
- '**.tf'
99
- '!examples/**.tf'
1010

11+
permissions: read-all
12+
1113
jobs:
1214
release:
1315
name: Release

.terraform-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.1
1+
1.7.2

0 commit comments

Comments
 (0)