We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d3757a commit 862ef44Copy full SHA for 862ef44
.github/workflows/scanner.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- name: Get latest release details
16
id: get_latest_release
17
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
18
with:
19
script: |
20
const { data: latestRelease } = await github.rest.repos.getLatestRelease({
0 commit comments