Bump appvia/appvia-cicd-workflows/.github/workflows/terraform-module-release.yml from 4967cdeb23da32ec87d1f75f6feed95447983522 to 9b6a5fd5f2fdcb76246ec73dbac6cb888f0fdf12 #3
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
| --- | |
| name: Workflow Validation | |
| on: | |
| push: | |
| branches: | |
| - main | |
| paths: | |
| - ".github/**" | |
| pull_request: | |
| branches: | |
| - main | |
| paths: | |
| - ".github/**" | |
| permissions: | |
| contents: read | |
| jobs: | |
| validate-workflows: | |
| uses: appvia/appvia-cicd-workflows/.github/workflows/github-workflow-validation.yml@4967cdeb23da32ec87d1f75f6feed95447983522 # main | |
| name: Validate GitHub Workflows |