Commit 31fa7f6
Remove redundant advanced CodeQL workflow (#24)
* Remove redundant advanced CodeQL workflow
The repo has CodeQL default setup enabled (python + actions, weekly),
which rejects SARIF uploads from advanced-config workflows. The legacy
codeql-analysis.yml therefore failed at the upload-processing step on
every scheduled run with:
"CodeQL analyses from advanced configurations cannot be processed
when the default setup is enabled"
Default setup already covers the same languages and query suite, so the
advanced workflow is pure redundancy. Removing it resolves the failing
runs (and drops the deprecated checkout@v3 / codeql-action@v2 actions).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* Ignore macOS .DS_Store files
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent c33050c commit 31fa7f6
2 files changed
Lines changed: 3 additions & 70 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
0 commit comments