From 1429f8db7495cfb802eb05534a9142b775b4afd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 15:01:28 +0000 Subject: [PATCH 1/2] 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/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1aacfe3..3df1cb7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Major version tag id: major-version if: ${{ (steps.version.outputs.new_tag != '') }} - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | core.setOutput('tag', '${{ steps.version.outputs.new_tag }}'.split('.')[0]) From 56440e7248e7797f07212cce8e5017f1bbb45307 Mon Sep 17 00:00:00 2001 From: Thomas Fini Hansen Date: Fri, 12 Jan 2024 08:49:33 +0100 Subject: [PATCH 2/2] Pass Reviewdog token to setup action --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index ca00c4d..d3b1a46 100644 --- a/action.yml +++ b/action.yml @@ -29,6 +29,8 @@ runs: uses: reviewdog/action-setup@v1 with: reviewdog_version: latest + env: + REVIEWDOG_GITHUB_API_TOKEN: ${{ inputs.github_token }} - name: ESLint shell: bash