fix(deps): update hashicorp/aws requirement from ~> 6.0.0 to ~> 6.12.0 #546
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: | |
| push: | |
| branches: [ '*' ] | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| check-conventional-commits: | |
| uses: armakuni/github-actions/.github/workflows/[email protected] | |
| lint-pipeline: | |
| uses: armakuni/github-actions/.github/workflows/[email protected] | |
| generate-terraform-docs: | |
| if: github.ref == 'refs/heads/main' | |
| uses: armakuni/github-actions/.github/workflows/[email protected] | |
| with: | |
| output-file: README.md | |
| # This artifact is referenced by the cog.toml | |
| artifact-name: terraform-docs | |
| create-release: | |
| needs: | |
| - check-conventional-commits | |
| - lint-pipeline | |
| if: github.ref == 'refs/heads/main' | |
| uses: armakuni/github-actions/.github/workflows/[email protected] | |
| permissions: | |
| contents: write | |
| with: | |
| download-artifacts: true |