From 8b9be1d1ae4d3af6a624fdb3a05ea6eb831f4a29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 09:41:47 +0000 Subject: [PATCH] fix(dependabot): bump actions/github-script from 7 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/terragrunt_apply.yml | 2 +- .github/workflows/terragrunt_plan.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/terragrunt_apply.yml b/.github/workflows/terragrunt_apply.yml index 4ff3b8a..f8ecb14 100644 --- a/.github/workflows/terragrunt_apply.yml +++ b/.github/workflows/terragrunt_apply.yml @@ -53,7 +53,7 @@ jobs: - name: Create Issue on Failure if: failure() - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | github.rest.issues.create({ diff --git a/.github/workflows/terragrunt_plan.yml b/.github/workflows/terragrunt_plan.yml index 758f0bd..23f280c 100644 --- a/.github/workflows/terragrunt_plan.yml +++ b/.github/workflows/terragrunt_plan.yml @@ -53,7 +53,7 @@ jobs: - name: Comment PR with Plan Summary if: always() - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | github.rest.issues.createComment({