-
Notifications
You must be signed in to change notification settings - Fork 0
chore(security): align all CodeQL actions to v4.37.6 #918
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
Closed
dependabot
wants to merge
9
commits into
main
from
dependabot/github_actions/main/github/codeql-action/upload-sarif-4.37.6
Closed
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
0e82adc
chore(deps): bump github/codeql-action/upload-sarif
dependabot[bot] 478e51a
fix(codeql): align init and analyze to the upload-sarif SHA
seonghobae 7f0713e
fix(coverage): accept only bounded relative requirement includes
seonghobae 808bbd4
chore(codeql): drop unrelated materializer delta
seonghobae 22ff7fe
chore(codeql): restore bounded security-update scope
seonghobae 2e3029d
merge(main): resolve DIRTY #918 against current main
seonghobae c143b49
Merge main and refresh CodeQL pin contract
seonghobae 481d98c
Merge branch 'main' into dependabot/github_actions/main/github/codeql…
opencode-agent[bot] e94ce63
Merge branch 'main' into dependabot/github_actions/main/github/codeql…
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,26 @@ | ||
| # CodeQL action single-version pin | ||
|
|
||
| ## Incident and buyer impact | ||
|
|
||
| Dependabot opened an `upload-sarif` 4.37.6 bump while `codeql-pr.yml` | ||
| still ran `init`/`analyze` at 4.37.0 and `scheduled-security-scan.yml` | ||
| ran them at 4.37.5. A green upload does not prove the analyzer executed | ||
| the reviewed action. | ||
|
|
||
| ## Decision | ||
|
|
||
| Pin every `github/codeql-action/{init,analyze,upload-sarif}` use to | ||
| `5595ccaf912efad79be6eef63a5619ff05969be3` (v4.37.6). Contract tests | ||
| reject per-file and org-wide splits. | ||
|
|
||
| CWE-829 forbids including functionality from an untrusted or unreviewed | ||
| control sphere (MITRE, 2026). A second SHA is a second control sphere. | ||
|
|
||
| ## References | ||
|
|
||
| MITRE. (2026). *CWE-829: Inclusion of functionality from untrusted | ||
| control sphere*. https://cwe.mitre.org/data/definitions/829.html | ||
|
|
||
| GitHub. (n.d.). *Using the CodeQL action*. GitHub Docs. Retrieved | ||
| August 13, 2026, from | ||
| https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/using-the-codeql-action |
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.