We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95f0fb commit 1c71806Copy full SHA for 1c71806
.github/workflows/daily-container-scans.yml
@@ -30,7 +30,7 @@ jobs:
30
steps:
31
- name: Get latest release
32
id: get_release
33
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
34
with:
35
script: |
36
const release = await github.rest.repos.getLatestRelease({
0 commit comments