[CI]: Add CodeQL SAST, Dependabot config, and OSSF Scorecard workflow - #10
Merged
Conversation
Spencer Schoenberg (spencrr)
changed the base branch from
main
to
spencrr/project-metadata
April 14, 2026 02:37
Spencer Schoenberg (spencrr)
changed the base branch from
spencrr/project-metadata
to
spencrr/workflows
April 14, 2026 02:37
Spencer Schoenberg (spencrr)
force-pushed
the
spencrr/workflows
branch
from
April 17, 2026 09:32
0baca4a to
da63a1e
Compare
Spencer Schoenberg (spencrr)
force-pushed
the
spencrr/ci
branch
from
April 17, 2026 09:43
25bc47a to
7bbfddd
Compare
This was referenced Apr 17, 2026
Spencer Schoenberg (spencrr)
marked this pull request as ready for review
April 17, 2026 22:20
Nina Chikanov (nina-msft)
approved these changes
Apr 20, 2026
Nina Chikanov (nina-msft)
left a comment
Contributor
There was a problem hiding this comment.
LGTM after comments are addressed :)
Spencer Schoenberg (spencrr)
force-pushed
the
spencrr/workflows
branch
from
April 21, 2026 00:12
da63a1e to
5a4d7d9
Compare
Spencer Schoenberg (spencrr)
force-pushed
the
spencrr/ci
branch
from
April 21, 2026 00:12
7bbfddd to
1f9363f
Compare
This was referenced Apr 21, 2026
Spencer Schoenberg (spencrr)
force-pushed
the
spencrr/workflows
branch
2 times, most recently
from
April 21, 2026 00:40
22f6e11 to
26e80ba
Compare
Spencer Schoenberg (spencrr)
force-pushed
the
spencrr/ci
branch
from
April 21, 2026 00:40
1f9363f to
611cfa1
Compare
Spencer Schoenberg (spencrr)
force-pushed
the
spencrr/workflows
branch
from
April 21, 2026 02:07
26e80ba to
161752b
Compare
Spencer Schoenberg (spencrr)
force-pushed
the
spencrr/ci
branch
from
April 21, 2026 02:07
611cfa1 to
de54a8d
Compare
Spencer Schoenberg (spencrr)
force-pushed
the
spencrr/workflows
branch
from
April 21, 2026 21:29
161752b to
31ec29b
Compare
Spencer Schoenberg (spencrr)
force-pushed
the
spencrr/ci
branch
from
April 21, 2026 21:29
de54a8d to
ab8b0e9
Compare
Spencer Schoenberg (spencrr)
force-pushed
the
spencrr/workflows
branch
from
April 22, 2026 01:34
31ec29b to
b819447
Compare
Spencer Schoenberg (spencrr)
force-pushed
the
spencrr/ci
branch
from
April 22, 2026 01:37
13274ab to
aad3edf
Compare
Spencer Schoenberg (spencrr)
changed the base branch from
spencrr/workflows
to
main
April 22, 2026 01:37
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add CodeQL SAST analysis, Dependabot dependency management, and OSSF Scorecard
supply-chain security workflow.
CodeQL (
.github/workflows/codeql.yml):main, PRs targetingmain, and weekly (Wednesdays 14:25 UTC)actions/checkout@v6.0.2,github/codeql-action@v4.35.1)actions: read,contents: read,security-events: writeDependabot (
.github/dependabot.yml):and devcontainers ecosystems
[MAINT]per repo conventionOSSF Scorecard (
.github/workflows/scorecard.yml):main, PRs, and weekly (Saturdays 06:30 UTC)ossf/scorecard-action@v2.4.3All workflows use
persist-credentials: falseand empty defaultpermissions: {}following security best practices.
Breaking changes
None
Checklist
pre-commit run --all-filespasses