Skip to content

Commit 45b130a

Browse files
committed
Updating workflow version
1 parent c80ea21 commit 45b130a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint_clean.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ on:
66
jobs:
77
fmt_and_lint:
88
name: Terraform fmt and tflint
9-
uses: truefoundry/github-workflows-public/.github/workflows/terraform-lint-format.yml@v0.1.1
9+
uses: truefoundry/github-workflows-public/.github/workflows/terraform-lint-format.yml@v0.1.5

.github/workflows/terraform-docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ on:
55
jobs:
66
terraform-docs-generator:
77
name: Generate terraform docs
8-
uses: truefoundry/github-workflows-public/.github/workflows/terraform-doc-generator.yml@v0.1.1
8+
uses: truefoundry/github-workflows-public/.github/workflows/terraform-doc-generator.yml@v0.1.5
99
with:
1010
commit_ref: ${{ github.event.pull_request.head.ref }}

.github/workflows/terraform-scan.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ on:
55
jobs:
66
terraform-scan:
77
name: Vulnerability scanning
8-
uses: truefoundry/github-workflows-public/.github/workflows/terraform-scan.yml@v0.1.1
8+
uses: truefoundry/github-workflows-public/.github/workflows/terraform-scan.yml@v0.1.5
99
secrets:
1010
snyk_token: ${{ secrets.SNYK_TOKEN }}

0 commit comments

Comments
 (0)