From d10f3c5e96b0ab11571a6d9b5af918f1be257b04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:24:22 +0000 Subject: [PATCH] ci(deps): bump actions/github-script from 7.1.0 to 8.0.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 7.1.0 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7.1.0...ed597411d8f924073f98dfc5c65a23a2325f34cd) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/infra-terragrunt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/infra-terragrunt.yml b/.github/workflows/infra-terragrunt.yml index 16616f18..a870755c 100644 --- a/.github/workflows/infra-terragrunt.yml +++ b/.github/workflows/infra-terragrunt.yml @@ -125,7 +125,7 @@ jobs: - name: Post plan comment on PR if: github.event_name == 'pull_request' && always() - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 env: PLAN_FILE: /tmp/plan_summary.txt ENVIRONMENT: ${{ env.ENVIRONMENT }}