Skip to content

Commit bd4d5fd

Browse files
hi-leiclaude
andcommitted
fix(ci): pin trivy-action to v0.32.0 to avoid Node.js 20 deprecation warning
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d992cfd commit bd4d5fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/checkout@v6
6363

6464
- name: Run trivy filesystem scan
65-
uses: aquasecurity/trivy-action@master
65+
uses: aquasecurity/trivy-action@0.32.0
6666
with:
6767
scan-type: "fs"
6868
scan-ref: "."

0 commit comments

Comments
 (0)