Skip to content

Commit 0bbfe1e

Browse files
chore(deps): Bump scaleway-terraform-modules/workflows from 1.2.0 to 2.0.0 (#33)
* 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] <support@github.com> * chore(ci): Update workflow files name --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Benoit Garcia <benoit.garcia@protonmail.com>
1 parent 3ffb7ed commit 0bbfe1e

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/pr.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ name: Pull Request checks
1313
- ready_for_review
1414

1515
jobs:
16-
check_shell:
17-
uses: scaleway-terraform-modules/workflows/.github/workflows/check_shell.yaml@06e9a3b1d58a89b32a44b39efc19b54ca594fb27 # v1.2.0
18-
check_tf:
19-
uses: scaleway-terraform-modules/workflows/.github/workflows/check_tf.yaml@06e9a3b1d58a89b32a44b39efc19b54ca594fb27 # v1.2.0
20-
secrets: inherit
21-
check_yaml:
22-
uses: scaleway-terraform-modules/workflows/.github/workflows/check_yaml.yaml@06e9a3b1d58a89b32a44b39efc19b54ca594fb27 # v1.2.0
16+
shell_check:
17+
name: "Shell: Syntax checks"
18+
uses: scaleway-terraform-modules/workflows/.github/workflows/shell_check.yaml@776014a90a579d98b946e0f85c38cba9fbe2b0f7 # v2.0.0
19+
tf_module_check:
20+
name: "Terraform Module: Code checks"
21+
uses: scaleway-terraform-modules/workflows/.github/workflows/tf_module_check.yaml@776014a90a579d98b946e0f85c38cba9fbe2b0f7 # v2.0.0
22+
yaml_check:
23+
name: "YAML: Syntax checks"
24+
uses: scaleway-terraform-modules/workflows/.github/workflows/yaml_check.yaml@776014a90a579d98b946e0f85c38cba9fbe2b0f7 # v2.0.0

0 commit comments

Comments
 (0)