mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 16:46:17 +00:00
codeql.yml (GitHub's Advanced Setup template) adapted for this repo: - Pin action SHAs (checkout v6.0.2, codeql-action v4.36.0) - Drop python from the language matrix (no Python in this repo) - Add conditional libpcap install for the Go matrix entry (gopacket requires libpcap-dev; autobuild fails without it) - Wire in .github/codeql-config.yml for Go (path filters, query selection); other languages get an empty config-file value - Remove boilerplate template comments and the unused manual-build step - Fix runner expression (no swift, so the macos-latest conditional is unnecessary; always ubuntu-latest) security.yml: - Remove codeql-analysis job (now handled by codeql.yml) - Drop codeql-analysis from security-summary needs, summary echo, and fail condition Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>