From 881c0e6c6931e68717ef724473276f1cda7b970d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 23:52:49 +0000 Subject: [PATCH] [ci] Bump actions/github-script from 6 to 7 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [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 ... Signed-off-by: dependabot[bot] --- .github/workflows/contributor-check.yml | 2 +- .github/workflows/octocat-commits-check.yml | 2 +- .github/workflows/sanity-check.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/contributor-check.yml b/.github/workflows/contributor-check.yml index ab72b3bf..1bf4f8b2 100644 --- a/.github/workflows/contributor-check.yml +++ b/.github/workflows/contributor-check.yml @@ -44,7 +44,7 @@ jobs: Welcome as a new contributor to Debezium, @${{ github.event.pull_request.user.login }}. Reviewers, please add missing author name(s) and alias name(s) to the [COPYRIGHT.txt](https://github.com/debezium/debezium/blob/main/COPYRIGHT.txt) and [Aliases.txt](https://github.com/debezium/debezium/blob/main/jenkins-jobs/scripts/config/Aliases.txt) respectively. - name: Check failure if: ${{ steps.check.outputs.USER_NOT_FOUND == 'true' }} - uses: actions/github-script@v6 + uses: actions/github-script@v7 continue-on-error: false with: script: | diff --git a/.github/workflows/octocat-commits-check.yml b/.github/workflows/octocat-commits-check.yml index 093b3f6b..b7957c24 100644 --- a/.github/workflows/octocat-commits-check.yml +++ b/.github/workflows/octocat-commits-check.yml @@ -36,7 +36,7 @@ jobs: Please author your commit(s) using an email [linked to your GitHub account](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile). - name: Check failure if: ${{ steps.check.outputs.OCTOCAT_COMMIT_FOUND == 'true' }} - uses: actions/github-script@v6 + uses: actions/github-script@v7 continue-on-error: false with: script: | diff --git a/.github/workflows/sanity-check.yml b/.github/workflows/sanity-check.yml index 0e6f6f3c..a3b7cf00 100644 --- a/.github/workflows/sanity-check.yml +++ b/.github/workflows/sanity-check.yml @@ -46,7 +46,7 @@ jobs: Hi @${{ github.event.pull_request.user.login }}, thanks for your contribution. Please prefix the commit message(s) with the [DBZ-xxx JIRA issue key](https://github.com/debezium/debezium/blob/main/CONTRIBUTE.md#making-changes). - name: Check failure if: ${{ steps.check.outputs.PREFIX_COMMITS == 'false' }} - uses: actions/github-script@v6 + uses: actions/github-script@v7 continue-on-error: false with: script: |