Skip to content

Commit

Permalink
test: fix CVE-2025-22866 in trivy action
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Feb 8, 2025
1 parent 3f818d1 commit b7481fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: 1.23.5
go-version: 1.23.6
id: go

- name: Checkout code
Expand Down

0 comments on commit b7481fe

Please sign in to comment.