chore(ci): cleanup parameters for actions/setup-go (#4813)

Remove `check-latest: true`. No longer needed with actions/setup-go@v6
Add category to OSSF workflow SARIF artifact
Cleanup parameters for govulncheck
This commit is contained in:
Julio Lopez
2025-09-11 16:35:28 -07:00
committed by GitHub
parent 99705cc1c3
commit ec563097a1
12 changed files with 5 additions and 23 deletions

View File

@@ -19,8 +19,6 @@ jobs:
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
with:
go-version-file: 'go.mod'
check-latest: true
id: go
- name: Run Tests
run: make test-with-coverage
- name: Upload Coverage