cli/pkg/security
Snider 0435613a31
chore(deps): update GitHub Actions and Go modules (#73)
GitHub Actions:
- actions/checkout v4 → v6
- actions/upload-artifact v4 → v6
- github/codeql-action v3 → v4
- arduino/setup-task v1 → v2

Go modules:
- golang.org/x/mod v0.31.0 → v0.32.0
- golang.org/x/exp updated
- aead.dev/minisign v0.2.0 → v0.3.0
- github.com/go-openapi/jsonpointer v0.21.0 → v0.22.4
- github.com/go-openapi/swag v0.23.0 → v0.25.4
- github.com/google/jsonschema-go v0.3.0 → v0.4.2
- github.com/mailru/easyjson v0.9.0 → v0.9.1
- github.com/tidwall/match v1.1.1 → v1.2.0
- github.com/woodsbury/decimal128 v1.3.0 → v1.4.0

Also fixed fmt.Errorf with non-constant format string in security package.

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 06:46:54 +00:00
..
cmd.go feat(security): add core security command for vulnerability alerts (#66) 2026-02-01 06:04:21 +00:00
cmd_alerts.go feat(security): add core security command for vulnerability alerts (#66) 2026-02-01 06:04:21 +00:00
cmd_deps.go feat(security): add core security command for vulnerability alerts (#66) 2026-02-01 06:04:21 +00:00
cmd_scan.go feat(security): add core security command for vulnerability alerts (#66) 2026-02-01 06:04:21 +00:00
cmd_secrets.go feat(security): add core security command for vulnerability alerts (#66) 2026-02-01 06:04:21 +00:00
cmd_security.go chore(deps): update GitHub Actions and Go modules (#73) 2026-02-01 06:46:54 +00:00