Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
sarif_file: results.sarif

- name: Install govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest

Check warning on line 129 in .github/workflows/ci.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Dependency versions are not predictable. Use a lock-file enforcing command instead.

See more on https://sonarcloud.io/project/issues?id=guyinwonder168_database-mcp-server&issues=AZ6l5foubeUvDwarfbYv&open=AZ6l5foubeUvDwarfbYv&pullRequest=111

- name: Run govulncheck
run: govulncheck ./...
Expand Down Expand Up @@ -203,7 +203,7 @@
name: coverage-data

- name: Upload coverage to Codecov
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
with:
files: ./coverage.out
flags: unittests
Expand Down
Loading