build(deps): bump github/codeql-action/upload-sarif
What changed, and why it matters
This is a routine automated update by Dependabot that bumps the version of a GitHub-provided action used to upload security scan results. It changes only a pinned commit hash in a workflow file and does not alter the project's actual Bitcoin library code or introduce any vulnerability.
No action required; this is a standard CI dependency bump. Review the upstream release notes if desired, but the change itself is not security-relevant.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit updates the github/codeql-action/upload-sarif action from commit 68bde559dea0fdcac2102bfdf6230c5f70eb485e to 9e0d7b8d25671d64c341c19c0152d693099fb5ba (v4.35.4 to v4.35.5) in .github/workflows/cron-zizmor.yml. This is a patch-level dependency bump in a CI workflow that uploads SARIF output from the zizmor scanner. No source code, cryptographic, or consensus logic is modified.
Changed components
.github/workflows/cron-zizmor.ymlInspect captured patch +1 / −1
diff --git a/.github/workflows/cron-zizmor.yml b/.github/workflows/cron-zizmor.yml
index 64469264..034209b4 100644
--- a/.github/workflows/cron-zizmor.yml
+++ b/.github/workflows/cron-zizmor.yml
@@ -27,7 +27,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload SARIF file
- uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4
+ uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4
with:
sarif_file: results.sarif
category: zizmor
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.