Skip to content

Commit

Permalink
Merge pull request #18 from clouddrove/dependabot/github_actions/clou…
Browse files Browse the repository at this point in the history
…ddrove/github-shared-workflows-1.2.1

build(deps): bump clouddrove/github-shared-workflows from 1.0.6 to 1.2.1
  • Loading branch information
clouddrove-ci authored May 24, 2024
2 parents 250c7f4 + 4d8f984 commit 5fd4315
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
secrets:
GITHUB: ${{ secrets.GITHUB }}
tfsec:
uses: clouddrove/github-shared-workflows/.github/workflows/tfsec.yml@1.0.6
uses: clouddrove/github-shared-workflows/.github/workflows/tfsec.yml@1.2.1
secrets: inherit
with:
working_directory: '.'
tf-checks-complete-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.0.6
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.2.1
with:
working_directory: './_examples/complete/'
tf-checks-basic-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.0.6
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.2.1
with:
working_directory: './_examples/basic/'

0 comments on commit 5fd4315

Please sign in to comment.