Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit 85894e8

Browse files
committed
Remove unsupported dependency review job
1 parent 2512d02 commit 85894e8

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,3 @@ jobs:
2727
run: |
2828
go install golang.org/x/vuln/cmd/govulncheck@latest
2929
govulncheck ./...
30-
31-
dependency-review:
32-
runs-on: ubuntu-latest
33-
if: github.event_name == 'pull_request'
34-
steps:
35-
- uses: actions/checkout@v4
36-
- uses: actions/dependency-review-action@v4

0 commit comments

Comments
 (0)