-
Notifications
You must be signed in to change notification settings - Fork 0
chore(security): unify CodeQL Action v4.37.7 #1274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
seonghobae
wants to merge
7
commits into
main
Choose a base branch
from
codex/codeql-action-v4.37.7-unified-20260824
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
61cf972
chore(security): unify CodeQL Action v4.37.7
seonghobae b1ffd85
Merge branch 'main' into codex/codeql-action-v4.37.7-unified-20260824
opencode-agent[bot] 0221820
Merge remote-tracking branch 'refs/remotes/origin/main' into HEAD
seonghobae eb6431d
test(codeql): cover yaml workflow pins
seonghobae fe69696
test(codeql): match action uses only
seonghobae 1aa07cb
Merge branch 'main' into codex/codeql-action-v4.37.7-unified-20260824
opencode-agent[bot] 1da2fce
Merge branch 'main' into codex/codeql-action-v4.37.7-unified-20260824
opencode-agent[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| # CodeQL Action single-version boundary | ||
|
|
||
| ## Incident boundary | ||
|
|
||
| The central security workflows referenced three CodeQL Action releases: | ||
| v4.37.0 for pull-request analysis, v4.37.5 for scheduled analysis, and v4.37.4 | ||
| for most SARIF uploads. The open v4.37.6 alignment (#918) predated the official | ||
| v4.37.7 release, while the v4.37.7 dependency update (#1107) covered only the | ||
| two workflows containing `init` and `analyze` steps. Five upload-only workflows | ||
| would therefore have remained on a different reviewed artifact. | ||
|
|
||
| ## Decision | ||
|
|
||
| Pin every central `github/codeql-action/{init,analyze,upload-sarif}` use to | ||
| `ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd`, the commit referenced by the | ||
| official annotated v4.37.7 tag. GitHub documents that a full commit SHA is | ||
| unique and immutable and must be verified against the action repository | ||
| (GitHub, n.d.). The v4.37.7 release updates the default CodeQL bundle to | ||
| v2.26.3 (GitHub, 2026). | ||
|
|
||
| The change does not alter workflow permissions, event triggers, SARIF paths, | ||
| finding thresholds, or fail-closed gates. A repository-wide contract parses | ||
| every central workflow occurrence, rejects malformed pins, requires all three | ||
| CodeQL Action entry points, and admits only the reviewed SHA and release tag. | ||
|
|
||
| ## References | ||
|
|
||
| GitHub. (2026, August 13). *CodeQL Action v4.37.7* [Software release]. | ||
| https://github.com/github/codeql-action/releases/tag/v4.37.7 | ||
|
|
||
| GitHub. (n.d.). *Using pre-written building blocks in your workflow*. | ||
| Retrieved August 24, 2026, from | ||
| https://docs.github.com/en/actions/how-tos/write-workflows/choose-what-workflows-do/find-and-customize-actions |
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.