Skip to content

ci: analyse every language CodeQL detects, not just workflows - #48

Merged
CybotTM merged 2 commits into
masterfrom
ci/sync-checks-template
Aug 6, 2026
Merged

ci: analyse every language CodeQL detects, not just workflows#48
CybotTM merged 2 commits into
masterfrom
ci/sync-checks-template

Conversation

@CybotTM

@CybotTM CybotTM commented Aug 5, 2026

Copy link
Copy Markdown
Member

Syncs .github/workflows/checks.yml with the current org template at templates/typo3-extension/.github/workflows/checks.yml in netresearch/dot-github. The file is byte-identical to that template — verified with git hash-object, blob 787510c12e6d54db2d521aeb2d1961344db4fb1c.

Why this revision matters

The template revision being adopted here passes languages: auto to the CodeQL reusable workflow. Without that input the call takes the reusable's default of actions, which scans workflow files and nothing else. That is not merely a narrower scan: GitHub disables code-scanning default setup as soon as an advanced configuration uploads SARIF, so the earlier rollout silently switched JavaScript analysis off in the repositories that ship JS, with no failing check to signal it.

Verification

The same change has already completed a javascript-typescript analysis on t3x-nr-vault, t3x-nr-repurpose and t3x-nr-temporal-cache, with zero new findings in all three.

Single-file change, no extension code touched.

Sync .github/workflows/checks.yml with the current org template so the
CodeQL reusable is called with `languages: auto`.

Without that input the call falls back to the default `actions`, which
scans workflow files only. Because GitHub disables code-scanning default
setup as soon as an advanced configuration uploads SARIF, the previous
revision silently switched JavaScript analysis off in every repository
that ships JS.

The file is now byte-identical to
templates/typo3-extension/.github/workflows/checks.yml in
netresearch/dot-github (blob 787510c).

Signed-off-by: Sebastian Mendel <github@sebastianmendel.de>
Copilot AI lite review requested due to automatic review settings August 5, 2026 22:41

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated approval for maintainer PR

All automated quality gates passed. See SECURITY_CONTROLS.md for compensating controls.

@sonarqubecloud

sonarqubecloud Bot commented Aug 6, 2026

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated approval for maintainer PR

All automated quality gates passed. See SECURITY_CONTROLS.md for compensating controls.

@CybotTM
CybotTM merged commit 6953acf into master Aug 6, 2026
49 checks passed
@CybotTM
CybotTM deleted the ci/sync-checks-template branch August 6, 2026 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants