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 dbd8b8f commit a7eea59Copy full SHA for a7eea59
.github/workflows/daily-image-scans.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- name: Get latest release
26
id: get_release
27
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
28
with:
29
script: |
30
const release = await github.rest.repos.getLatestRelease({
.github/workflows/daily-scan.yaml
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
48
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
- name: Get tags
id: get-tags
31
try {
0 commit comments