From 862ef44d44335a0180957f2eaec96c5d388a6a60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 20:57:05 -0600 Subject: [PATCH] Bump actions/github-script from 6 to 7 (#1201) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/scanner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scanner.yml b/.github/workflows/scanner.yml index 5ce9ffa4..fa20e9fa 100644 --- a/.github/workflows/scanner.yml +++ b/.github/workflows/scanner.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Get latest release details id: get_latest_release - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const { data: latestRelease } = await github.rest.repos.getLatestRelease({