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({