Skip to content

Commit

Permalink
chore(deps): Bump scaleway-terraform-modules/workflows from 1.2.0 to …
Browse files Browse the repository at this point in the history
…2.0.0 (#41)

* chore(deps): Bump scaleway-terraform-modules/workflows

Bumps [scaleway-terraform-modules/workflows](https://github.com/scaleway-terraform-modules/workflows) from 1.2.0 to 2.0.0.
- [Release notes](https://github.com/scaleway-terraform-modules/workflows/releases)
- [Commits](scaleway-terraform-modules/workflows@06e9a3b...776014a)

---
updated-dependencies:
- dependency-name: scaleway-terraform-modules/workflows
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(ci): Update workflow files name

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Benoit Garcia <[email protected]>
  • Loading branch information
dependabot[bot] and benoit-garcia authored May 1, 2024
1 parent 61093a7 commit 1e3f8de
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ name: Pull Request checks
- ready_for_review

jobs:
check_shell:
uses: scaleway-terraform-modules/workflows/.github/workflows/check_shell.yaml@06e9a3b1d58a89b32a44b39efc19b54ca594fb27 # v1.2.0
check_tf:
uses: scaleway-terraform-modules/workflows/.github/workflows/check_tf.yaml@06e9a3b1d58a89b32a44b39efc19b54ca594fb27 # v1.2.0
secrets: inherit
check_yaml:
uses: scaleway-terraform-modules/workflows/.github/workflows/check_yaml.yaml@06e9a3b1d58a89b32a44b39efc19b54ca594fb27 # v1.2.0
shell_check:
name: "Shell: Syntax checks"
uses: scaleway-terraform-modules/workflows/.github/workflows/shell_check.yaml@776014a90a579d98b946e0f85c38cba9fbe2b0f7 # v2.0.0
tf_module_check:
name: "Terraform Module: Code checks"
uses: scaleway-terraform-modules/workflows/.github/workflows/tf_module_check.yaml@776014a90a579d98b946e0f85c38cba9fbe2b0f7 # v2.0.0
yaml_check:
name: "YAML: Syntax checks"
uses: scaleway-terraform-modules/workflows/.github/workflows/yaml_check.yaml@776014a90a579d98b946e0f85c38cba9fbe2b0f7 # v2.0.0

0 comments on commit 1e3f8de

Please sign in to comment.