Skip to content

Commit

Permalink
Bump clouddrove/github-shared-workflows from 1.0.6 to 1.0.7
Browse files Browse the repository at this point in the history
Bumps [clouddrove/github-shared-workflows](https://github.com/clouddrove/github-shared-workflows) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/clouddrove/github-shared-workflows/releases)
- [Changelog](https://github.com/clouddrove/github-shared-workflows/blob/master/CHANGELOG.md)
- [Commits](clouddrove/github-shared-workflows@1.0.6...1.0.7)

---
updated-dependencies:
- dependency-name: clouddrove/github-shared-workflows
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 16, 2023
1 parent a977992 commit 068bbd6
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/[email protected].6
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].7
secrets: inherit
with:
working_directory: '.'
tf-checks-complete-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].6
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].7
with:
working_directory: './_examples/complete/'
tf-checks-basic-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].6
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].7
with:
working_directory: './_examples/basic/'

0 comments on commit 068bbd6

Please sign in to comment.