Skip to content

Commit

Permalink
Updating workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
dunefro committed Nov 19, 2024
1 parent c80ea21 commit 45b130a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint_clean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ on:
jobs:
fmt_and_lint:
name: Terraform fmt and tflint
uses: truefoundry/github-workflows-public/.github/workflows/[email protected].1
uses: truefoundry/github-workflows-public/.github/workflows/[email protected].5
2 changes: 1 addition & 1 deletion .github/workflows/terraform-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ on:
jobs:
terraform-docs-generator:
name: Generate terraform docs
uses: truefoundry/github-workflows-public/.github/workflows/[email protected].1
uses: truefoundry/github-workflows-public/.github/workflows/[email protected].5
with:
commit_ref: ${{ github.event.pull_request.head.ref }}
2 changes: 1 addition & 1 deletion .github/workflows/terraform-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ on:
jobs:
terraform-scan:
name: Vulnerability scanning
uses: truefoundry/github-workflows-public/.github/workflows/[email protected].1
uses: truefoundry/github-workflows-public/.github/workflows/[email protected].5
secrets:
snyk_token: ${{ secrets.SNYK_TOKEN }}

0 comments on commit 45b130a

Please sign in to comment.