Skip to content

Commit

Permalink
Bump clouddrove/github-shared-workflows from 1.0.9 to 1.0.10 (#5)
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.9 to 1.0.10.
- [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.9...1.0.10)

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent a507752 commit 75ec306
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].9
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].10
secrets: inherit
with:
working_directory: '.'
tf-checks-complete-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].9
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].10
with:
working_directory: './_examples/complete/'
tf-checks-basic-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].9
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].10
with:
working_directory: './_examples/basic/'

0 comments on commit 75ec306

Please sign in to comment.