ci: resolve CI failures in type check, codegen, and lint (#64)
* fix: resolve CI failures in type check, codegen, and lint - Add missing title and artist fields to frontend QueueTrack interface - Rename queue.QueueTrack to queue.Track and queue.QueueState to queue.State to fix revive stutter lint errors - Fix wsl violations (cuddled declaration, block ending with comment) - Break long slog lines to satisfy golines formatter - Run go mod tidy to add missing go.sum entries for templ dependencies - Regenerate sqlc output for updated tooling version * fix(ci): disable redundant checkout in govulncheck action The govulncheck-action runs its own actions/checkout internally, which conflicts with the checkout@v6 already performed by the job. This causes 'Duplicate header: Authorization' HTTP 400 errors. Setting repo-checkout: false skips the redundant checkout.
This commit is contained in:
@@ -32,13 +32,14 @@ require (
|
||||
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
|
||||
github.com/charmbracelet/x/term v0.2.1 // indirect
|
||||
github.com/cli/browser v1.3.0 // indirect
|
||||
github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
|
||||
github.com/creack/pty v1.1.24 // indirect
|
||||
github.com/cubicdaiya/gonp v1.0.4 // indirect
|
||||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
||||
github.com/dustin/go-humanize v1.0.1 // indirect
|
||||
github.com/ebitengine/oto/v3 v3.3.3 // indirect
|
||||
github.com/ebitengine/purego v0.8.4 // indirect
|
||||
github.com/evilmartians/lefthook/v2 v2.1.1 // indirect
|
||||
github.com/evilmartians/lefthook v1.13.6 // indirect
|
||||
github.com/fatih/color v1.18.0 // indirect
|
||||
github.com/fatih/structtag v1.2.0 // indirect
|
||||
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
||||
@@ -48,7 +49,6 @@ require (
|
||||
github.com/go-sql-driver/mysql v1.9.3 // indirect
|
||||
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
|
||||
github.com/gobwas/glob v0.2.3 // indirect
|
||||
github.com/goccy/go-json v0.10.5 // indirect
|
||||
github.com/goccy/go-yaml v1.19.2 // indirect
|
||||
github.com/godbus/dbus/v5 v5.1.0 // indirect
|
||||
github.com/google/cel-go v0.26.1 // indirect
|
||||
@@ -66,6 +66,7 @@ require (
|
||||
github.com/jfreymuth/vorbis v1.0.2 // indirect
|
||||
github.com/jinzhu/inflection v1.0.0 // indirect
|
||||
github.com/kaptinlin/go-i18n v0.2.2 // indirect
|
||||
github.com/kaptinlin/jsonpointer v0.4.8 // indirect
|
||||
github.com/kaptinlin/jsonschema v0.6.5 // indirect
|
||||
github.com/kaptinlin/messageformat-go v0.4.7 // indirect
|
||||
github.com/knadh/koanf/maps v0.1.2 // indirect
|
||||
|
||||
Reference in New Issue
Block a user