Skip to content

ci: drop hardcoded repo-name from the compliance check#6

Merged
veillette merged 1 commit into
mainfrom
claude/simulations-github-build-yx3g8y
Jul 2, 2026
Merged

ci: drop hardcoded repo-name from the compliance check#6
veillette merged 1 commit into
mainfrom
claude/simulations-github-build-yx3g8y

Conversation

@veillette

Copy link
Copy Markdown
Contributor

The shared compliance workflow already defaults to the calling repository's name, so passing it explicitly is redundant — and three sims (ExtrasolarPlanets, RotatingSky, SolarSystemModels) were still passing the stale 'TemplateSingleSim' value inherited from the template, running their compliance checks under the wrong identity. Relying on the default also keeps future template forks correct.

Claude-Session: https://claude.ai/code/session_01Vz7L7hZ5S846diqgQDqxX9

Description

Type of change

  • Bug fix
  • New feature
  • Documentation update
  • Refactoring
  • Build / CI change

Related issues

Fixes #
Related to #

Testing

  • npm run lint
  • npm run check
  • npm run build
  • npm test (if applicable)

How to test

  1. Step 1
  2. Step 2
  3. Expected result

Checklist

  • Self-review completed
  • Documentation updated if needed
  • No unrelated changes included

The shared compliance workflow already defaults to the calling
repository's name, so passing it explicitly is redundant — and three
sims (ExtrasolarPlanets, RotatingSky, SolarSystemModels) were still
passing the stale 'TemplateSingleSim' value inherited from the
template, running their compliance checks under the wrong identity.
Relying on the default also keeps future template forks correct.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Vz7L7hZ5S846diqgQDqxX9
@veillette veillette merged commit 3a00e09 into main Jul 2, 2026
7 checks passed
@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown

Dependency Review

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

Scanned Files

None

@veillette veillette deleted the claude/simulations-github-build-yx3g8y branch July 2, 2026 10:19
@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.

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.

3 participants