Skip to content

Commit 862ef44

Browse files
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](actions/github-script@v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2d3757a commit 862ef44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scanner.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Get latest release details
1616
id: get_latest_release
17-
uses: actions/github-script@v6
17+
uses: actions/github-script@v7
1818
with:
1919
script: |
2020
const { data: latestRelease } = await github.rest.repos.getLatestRelease({

0 commit comments

Comments
 (0)