Skip to content

Scan the one executable file on the site, and add the rest - #1

Merged
DenisDrobyshev merged 1 commit into
mainfrom
chore/ci-parity
Aug 5, 2026
Merged

Scan the one executable file on the site, and add the rest#1
DenisDrobyshev merged 1 commit into
mainfrom
chore/ci-parity

Conversation

@DenisDrobyshev

Copy link
Copy Markdown
Member

What this changes

The site had check_site.py and a weekly outbound-link check, and nothing else.

  • codeql.yml: JavaScript, weekly and on every push
  • dependabot.yml: actions only
  • dependabot-auto-merge.yml
  • aggregate CI job
  • checkout and setup-python to current majors

Why

assets/site.js is 3 KB with no dependencies and no build step — exactly the
kind of file that quietly accumulates an innerHTML assignment nobody reviews,
because there is no review surface around it. That is what the default query
pack is good at finding.

Dependabot watches actions and nothing else. There is no package manifest here,
and adding one to give it something to do would undo the property
check_site.py exists to enforce: the site makes no third-party requests.

The aggregate CI job looks redundant with one job. That is the point — a
second job added later is covered without anyone remembering to edit the branch
protection rule.

What breaks if this is wrong

Nothing a visitor sees. The CodeQL job is the only new thing that can fail, and
it fails loudly rather than silently: this repository is public, so it needs no
visibility guard, unlike the Python ones.

Checklist

  • Every YAML file parses and declares a trigger
  • CI green on this pull request

assets/site.js is 3 KB with no dependencies and no build step - exactly the
kind of file that quietly accumulates an innerHTML assignment nobody
reviews, because there is no review surface around it.

Dependabot watches actions and nothing else. There is no package manifest
here, and adding one to give it something to do would undo the property
check_site.py exists to enforce: the site makes no third-party requests.

The aggregate CI job looks redundant with one job. That is the point - a
second job added later is covered without anyone remembering to edit the
branch protection rule.
@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@DenisDrobyshev
DenisDrobyshev merged commit 58dd91b into main Aug 5, 2026
4 checks passed
@DenisDrobyshev
DenisDrobyshev deleted the chore/ci-parity branch August 5, 2026 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants