Skip to content

Commit 31fa7f6

Browse files
jonaslejonclaude
andauthored
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

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 70 deletions
This file was deleted.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,6 @@ dmypy.json
145145

146146
# Cython debug symbols
147147
cython_debug/
148+
149+
# macOS
150+
.DS_Store

0 commit comments

Comments
 (0)