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.
2 parents 95fe8da + c72da38 commit 17648e9Copy full SHA for 17648e9
.github/workflows/semgrep.yml
@@ -20,5 +20,5 @@ jobs:
20
container:
21
image: returntocorp/semgrep
22
steps:
23
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
24
- run: semgrep ci
.github/workflows/trivy.yml
@@ -15,7 +15,7 @@ jobs:
15
security-events: write
16
17
- name: Checkout code
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
19
- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@master
.github/workflows/update-check.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-24.04
11
12
13
14
- name: Download "helm-chart-update-check"
uses: engineerd/[email protected]
0 commit comments