mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-19 00:56:16 +00:00
- Remove securecodewarrior/github-action-gosec@master (repository not found) - Install gosec directly using go install - Run gosec ./... command directly instead of through action - This provides the same security scanning functionality with better reliability Fixes the security scan job failure due to missing third-party action.