We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65c39c5 + 84b7b20 commit ccabcbeCopy full SHA for ccabcbe
3 files changed
.github/workflows/image-vuln-scan.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
continue-on-error: true # Ignore errors, we create an issue instead
19
steps:
20
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
21
22
- name: Scan - Full
23
uses: aquasecurity/trivy-action@0.33.1
.github/workflows/release.yml
@@ -215,7 +215,7 @@ jobs:
215
attestations: write
216
id-token: write
217
218
219
220
- name: Init Git and pull
221
run: |
.github/workflows/test-deploy.yml
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
75
76
- name: Download server JAR
77
uses: actions/download-artifact@v6
0 commit comments