From bc3bd90695afa0d17c9a4878557a89c310514d0a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 01:22:50 +0000 Subject: [PATCH] Update actions/github-script action to v7.0.1 {patch} Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/add-index-exclusion.yml | 2 +- .github/workflows/release-draft.yml | 2 +- .github/workflows/release-trigger.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/add-index-exclusion.yml b/.github/workflows/add-index-exclusion.yml index a460d174..25165e83 100644 --- a/.github/workflows/add-index-exclusion.yml +++ b/.github/workflows/add-index-exclusion.yml @@ -29,7 +29,7 @@ jobs: git add config/ossindex/exclusions.txt git commit -asm "Excluding vulnerability ${{ github.event.inputs.exclusion }} {patch}" git push -f --set-upstream origin feature/exclude-vulnerability-run-${{ github.run_number }} - - uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 with: github-token: ${{ secrets.PUBLISH_KEY }} script: | diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index 4152f5e6..e634e9eb 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -9,7 +9,7 @@ jobs: name: Draft release action runs-on: ubuntu-latest steps: - - uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 with: script: | github.rest.repos.createRelease({ diff --git a/.github/workflows/release-trigger.yml b/.github/workflows/release-trigger.yml index 179367fa..30480855 100644 --- a/.github/workflows/release-trigger.yml +++ b/.github/workflows/release-trigger.yml @@ -46,7 +46,7 @@ jobs: git add .release-trigger git commit -asm "Triggering a release {patch}" git push -f --set-upstream origin release/run-${{ github.run_number }} - - uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 if: ${{ steps.check.outputs.has_tag == 0 || github.event.inputs.execution == 'Manual' }} with: github-token: ${{ secrets.PUBLISH_KEY }}