Skip to content

Commit 671ef22

Browse files
committed
Remove duplicate govulncheck from test.yml
govulncheck runs identically in both test.yml and security.yml. security.yml covers the same triggers (push to main, pull_request) plus a weekly schedule, making the test.yml copy redundant.
1 parent ad25c5e commit 671ef22

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -247,25 +247,6 @@ jobs:
247247
version: latest
248248
args: --config .golangci.yml
249249

250-
security:
251-
name: Security
252-
runs-on: ubuntu-latest
253-
defaults:
254-
run:
255-
working-directory: go
256-
steps:
257-
- uses: actions/checkout@v6
258-
259-
- name: Set up Go
260-
uses: actions/setup-go@v6
261-
with:
262-
go-version-file: 'go/go.mod'
263-
264-
- name: Run govulncheck
265-
run: |
266-
go install golang.org/x/vuln/cmd/govulncheck@latest
267-
govulncheck ./...
268-
269250
race:
270251
name: Race Detection
271252
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)