From 2a4325ba74b0d5c0caa3a7c526d08f02bb4f508b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 20:17:22 +0000 Subject: [PATCH 1/2] 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](https://github.com/scaleway-terraform-modules/workflows/compare/06e9a3b1d58a89b32a44b39efc19b54ca594fb27...776014a90a579d98b946e0f85c38cba9fbe2b0f7) --- updated-dependencies: - dependency-name: scaleway-terraform-modules/workflows dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 330203e..c91442f 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -14,9 +14,9 @@ name: Pull Request checks jobs: check_shell: - uses: scaleway-terraform-modules/workflows/.github/workflows/check_shell.yaml@06e9a3b1d58a89b32a44b39efc19b54ca594fb27 # v1.2.0 + uses: scaleway-terraform-modules/workflows/.github/workflows/check_shell.yaml@776014a90a579d98b946e0f85c38cba9fbe2b0f7 # v2.0.0 check_tf: - uses: scaleway-terraform-modules/workflows/.github/workflows/check_tf.yaml@06e9a3b1d58a89b32a44b39efc19b54ca594fb27 # v1.2.0 + uses: scaleway-terraform-modules/workflows/.github/workflows/check_tf.yaml@776014a90a579d98b946e0f85c38cba9fbe2b0f7 # v2.0.0 secrets: inherit check_yaml: - uses: scaleway-terraform-modules/workflows/.github/workflows/check_yaml.yaml@06e9a3b1d58a89b32a44b39efc19b54ca594fb27 # v1.2.0 + uses: scaleway-terraform-modules/workflows/.github/workflows/check_yaml.yaml@776014a90a579d98b946e0f85c38cba9fbe2b0f7 # v2.0.0 From 589586b29c6946e2dc537fd83b4799b172bf3fbd Mon Sep 17 00:00:00 2001 From: Benoit Garcia Date: Wed, 1 May 2024 09:31:02 +0200 Subject: [PATCH 2/2] chore(ci): Update workflow files name --- .github/workflows/pr.yaml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index c91442f..ede3180 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -13,10 +13,12 @@ name: Pull Request checks - ready_for_review jobs: - check_shell: - uses: scaleway-terraform-modules/workflows/.github/workflows/check_shell.yaml@776014a90a579d98b946e0f85c38cba9fbe2b0f7 # v2.0.0 - check_tf: - uses: scaleway-terraform-modules/workflows/.github/workflows/check_tf.yaml@776014a90a579d98b946e0f85c38cba9fbe2b0f7 # v2.0.0 - secrets: inherit - check_yaml: - uses: scaleway-terraform-modules/workflows/.github/workflows/check_yaml.yaml@776014a90a579d98b946e0f85c38cba9fbe2b0f7 # v2.0.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