mirror of
https://github.com/kopia/kopia.git
synced 2026-05-13 17:25:13 -04:00
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:
2
.github/workflows/code-coverage.yml
vendored
2
.github/workflows/code-coverage.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user