From 18a47fcd97c6b7d06fceee9a43555a240f7c4060 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 13:02:57 +0000 Subject: [PATCH] Bump actions/github-script from 4.0.2 to 8.0.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 4.0.2 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v4.0.2...v8.0.0) --- 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/build.yml | 4 ++-- .github/workflows/promote.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b065991582..8c06da41a4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: docker push ${IMAGE_BASE} --all-tags - name: Lukk gamle bygg-issues - uses: actions/github-script@v4.0.2 + uses: actions/github-script@v8.0.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -72,7 +72,7 @@ jobs: - name: Opprett issue, trigg deploy til dev-gcp if: success() - uses: actions/github-script@v4.0.2 + uses: actions/github-script@v8.0.0 with: github-token: ${{secrets.NOTIFICATION}} script: | diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 529b1f8f04..ab4553919f 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Henter informasjon fra issuet id: issue_comment - uses: actions/github-script@v5 + uses: actions/github-script@v8.0.0 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | @@ -45,7 +45,7 @@ jobs: - name: Oppdater kommentar med deployment status ved feil if: failure() - uses: actions/github-script@v5 + uses: actions/github-script@v8.0.0 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | @@ -59,7 +59,7 @@ jobs: - name: Oppdater kommentar med deployment status if: success() - uses: actions/github-script@v5 + uses: actions/github-script@v8.0.0 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |