From a439b33390ca9c940c31b061cee8be7da510c2eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 13:54:41 +0000 Subject: [PATCH] Bump the github group with 1 update (#5255) Bumps the github group with 1 update: [actions/github-script](https://github.com/actions/github-script). - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major dependency-group: github ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deploy-docker-image.yml | 6 +++--- .github/workflows/promote-command.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy-docker-image.yml b/.github/workflows/deploy-docker-image.yml index 57666dbe55..c7af839f1f 100644 --- a/.github/workflows/deploy-docker-image.yml +++ b/.github/workflows/deploy-docker-image.yml @@ -78,7 +78,7 @@ jobs: docker push ${IMAGE_BASE} --all-tags - name: Lukk gamle issues - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -101,7 +101,7 @@ jobs: - name: Opprett deployment issue id: createdeployissue if: success() - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | @@ -130,7 +130,7 @@ jobs: - name: Trigg deploy til dev-fss if: success() - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{secrets.GA_P_TOKEN}} script: | diff --git a/.github/workflows/promote-command.yml b/.github/workflows/promote-command.yml index 672a835591..d263f26bc7 100644 --- a/.github/workflows/promote-command.yml +++ b/.github/workflows/promote-command.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Henter informasjon fra issuet id: issue_comment - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | @@ -52,7 +52,7 @@ jobs: - name: Oppdater kommentar med deployment status ved feil if: failure() - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | @@ -64,7 +64,7 @@ jobs: - name: Oppdater kommentar med deployment status if: success() - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |