ci(actions): bump trivy-action to v0.36.0 and codecov-action to v6

This commit is contained in:
Bo-Yi Wu
2026-04-25 16:51:03 +08:00
parent 16a892b3a7
commit bc57ffe8ae
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ jobs:
tags: drone-ssh:scan tags: drone-ssh:scan
- name: Run Trivy vulnerability scanner - name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@v0.35.0 uses: aquasecurity/trivy-action@v0.36.0
with: with:
image-ref: "drone-ssh:scan" image-ref: "drone-ssh:scan"
format: "sarif" format: "sarif"
+1 -1
View File
@@ -50,6 +50,6 @@ jobs:
make test make test
- name: Upload coverage to Codecov - name: Upload coverage to Codecov
uses: codecov/codecov-action@v5 uses: codecov/codecov-action@v6
with: with:
flags: go-${{ matrix.go-version }} flags: go-${{ matrix.go-version }}
+2 -2
View File
@@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Run Trivy vulnerability scanner (repo) - name: Run Trivy vulnerability scanner (repo)
uses: aquasecurity/trivy-action@v0.35.0 uses: aquasecurity/trivy-action@v0.36.0
with: with:
scan-type: "fs" scan-type: "fs"
scan-ref: "." scan-ref: "."
@@ -70,7 +70,7 @@ jobs:
tags: drone-ssh:scan tags: drone-ssh:scan
- name: Run Trivy vulnerability scanner (image) - name: Run Trivy vulnerability scanner (image)
uses: aquasecurity/trivy-action@v0.35.0 uses: aquasecurity/trivy-action@v0.36.0
with: with:
image-ref: "drone-ssh:scan" image-ref: "drone-ssh:scan"
format: "sarif" format: "sarif"