Skip to content

Commit

Permalink
Bump clouddrove/github-shared-workflows from 1.2.1 to 1.2.2 (#32)
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.2.1 to 1.2.2.
- [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.2.1...1.2.2)

---
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 Feb 29, 2024
1 parent 85fc217 commit efc4be7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto_assignee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:
jobs:
assignee:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].1
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].2
secrets:
GITHUB: ${{ secrets.GITHUB }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
jobs:
auto-merge:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].1
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].2
secrets:
GITHUB: ${{ secrets.GITHUB }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:
jobs:
changelog:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].1
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].2
secrets: inherit
with:
branch: 'master'
2 changes: 1 addition & 1 deletion .github/workflows/tf-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ on:
workflow_dispatch:
jobs:
complete-example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].1
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].2
with:
working_directory: './_example/complete/'
2 changes: 1 addition & 1 deletion .github/workflows/tflint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ on:
workflow_dispatch:
jobs:
tf-lint:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].1
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].2
secrets:
GITHUB: ${{ secrets.GITHUB }}
2 changes: 1 addition & 1 deletion .github/workflows/tfsec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:
jobs:
tfsec:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].1
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].2
secrets: inherit
with:
working_directory: '.'

0 comments on commit efc4be7

Please sign in to comment.