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 efb0664 commit 97a9653Copy full SHA for 97a9653
.github/workflows/semgrep.yml
@@ -20,5 +20,5 @@ jobs:
20
container:
21
image: returntocorp/semgrep
22
steps:
23
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
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@v5
+ uses: actions/checkout@v6
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/configurator@v0.0.10
0 commit comments