Skip to content

Add repository automation workflows#22

Merged
Symmetricity merged 2 commits into
masterfrom
chore/repo-automation
May 22, 2026
Merged

Add repository automation workflows#22
Symmetricity merged 2 commits into
masterfrom
chore/repo-automation

Conversation

@Symmetricity
Copy link
Copy Markdown
Owner

This draft PR is for testing repository automation on the fork before considering whether any of it should be proposed upstream.\n\nChanges:\n- Add Dependabot version updates for GitHub Actions and Docker.\n- Add CodeQL C/C++ analysis.\n- Add Dependency Review for pull requests.\n- Add OpenSSF Scorecard reporting as SARIF.\n\nThe goal is to validate whether these checks run cleanly and provide useful signal without adding too much noise or CI cost.

Add Dependabot version update configuration for GitHub Actions and Docker so workflow and image references can be kept current with grouped update PRs.

Add CodeQL, Dependency Review, and OpenSSF Scorecard workflows to test security and supply-chain checks on the fork before considering whether they are useful upstream.
Comment thread .github/workflows/codeql.yml Fixed
Comment thread .github/workflows/scorecard.yml Fixed
Comment thread .github/workflows/codeql.yml Fixed
Comment thread .github/workflows/codeql.yml Fixed
Comment thread .github/workflows/codeql.yml Fixed
Comment thread .github/workflows/dependency-review.yml Fixed
Comment thread .github/workflows/dependency-review.yml Fixed
Comment thread .github/workflows/scorecard.yml Fixed
Comment thread .github/workflows/scorecard.yml Fixed
Comment thread .github/workflows/scorecard.yml Fixed
Pin the newly added GitHub Actions to commit SHAs while keeping same-line version comments so Dependabot can continue to identify the intended release versions.

Move security-events write access from workflow-level permissions to the jobs that upload SARIF, reducing the default token scope reported by Scorecard.
@Symmetricity Symmetricity merged commit 06a4e21 into master May 22, 2026
15 checks passed
@Symmetricity Symmetricity deleted the chore/repo-automation branch May 28, 2026 12:53
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