Skip to content

Commit d7c4ac0

Browse files
committed
ci: bump codecov-action to v6 and trivy-action to v0.35.0
- Upgrade codecov/codecov-action from v5 to v6 for Node 24 runtime - Align aquasecurity/trivy-action tag to v0.35.0 prefix convention
1 parent cddda7a commit d7c4ac0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
VERSION=${{ steps.docker-meta.outputs.version }}
6969
7070
- name: Run Trivy vulnerability scanner on Docker image
71-
uses: aquasecurity/trivy-action@0.35.0
71+
uses: aquasecurity/trivy-action@v0.35.0
7272
with:
7373
image-ref: ${{ env.REPO }}:scan
7474
ignore-unfixed: true

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v6
2424

2525
- name: Run Trivy vulnerability scanner in repo mode
26-
uses: aquasecurity/trivy-action@0.35.0
26+
uses: aquasecurity/trivy-action@v0.35.0
2727
with:
2828
scan-type: "fs"
2929
scan-ref: "."
@@ -39,7 +39,7 @@ jobs:
3939
sarif_file: "trivy-results.sarif"
4040

4141
- name: Run Trivy vulnerability scanner (table output)
42-
uses: aquasecurity/trivy-action@0.35.0
42+
uses: aquasecurity/trivy-action@v0.35.0
4343
if: always()
4444
with:
4545
scan-type: "fs"

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
make test
7979
8080
- name: Upload coverage to Codecov
81-
uses: codecov/codecov-action@v5
81+
uses: codecov/codecov-action@v6
8282
with:
8383
flags: ${{ matrix.os }},go-${{ matrix.go }}
8484
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)