From 00b989830c2504da54867c64444676d075dd6189 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:12:43 +0000 Subject: [PATCH] chore(deps): Bump scaleway-terraform-modules/workflows Bumps [scaleway-terraform-modules/workflows](https://github.com/scaleway-terraform-modules/workflows) from 2.1.10 to 2.1.11. - [Release notes](https://github.com/scaleway-terraform-modules/workflows/releases) - [Commits](https://github.com/scaleway-terraform-modules/workflows/compare/b3e9858717c6b0940146899c8b58871a6dd13924...d48d6722fa1b297e4f40a6512b2f1112c1676c95) --- updated-dependencies: - dependency-name: scaleway-terraform-modules/workflows dependency-version: 2.1.11 dependency-type: direct:production update-type: version-update:semver-patch ... 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 3fe2ac3..7e0853a 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -15,7 +15,7 @@ name: Pull Request checks jobs: shell_check: name: "Shell: Syntax checks" - uses: scaleway-terraform-modules/workflows/.github/workflows/shell_check.yaml@b3e9858717c6b0940146899c8b58871a6dd13924 # v2.1.10 + uses: scaleway-terraform-modules/workflows/.github/workflows/shell_check.yaml@d48d6722fa1b297e4f40a6512b2f1112c1676c95 # v2.1.11 go_check: name: "Go: Syntax checks" runs-on: ubuntu-latest @@ -40,7 +40,7 @@ jobs: working-directory: functions/purge tf_module_check: name: "Terraform Module: Code checks" - uses: scaleway-terraform-modules/workflows/.github/workflows/tf_module_check.yaml@b3e9858717c6b0940146899c8b58871a6dd13924 # v2.1.10 + uses: scaleway-terraform-modules/workflows/.github/workflows/tf_module_check.yaml@d48d6722fa1b297e4f40a6512b2f1112c1676c95 # v2.1.11 yaml_check: name: "YAML: Syntax checks" - uses: scaleway-terraform-modules/workflows/.github/workflows/yaml_check.yaml@b3e9858717c6b0940146899c8b58871a6dd13924 # v2.1.10 + uses: scaleway-terraform-modules/workflows/.github/workflows/yaml_check.yaml@d48d6722fa1b297e4f40a6512b2f1112c1676c95 # v2.1.11