build(deps): bump github/codeql-action/upload-sarif
What changed, and why it matters
This is a routine automated update by Dependabot that changes the pinned version of a GitHub-provided security scanning helper used in a workflow. It does not modify the project's actual Bitcoin library code, its cryptographic logic, or any code that end users run. There is no indication this introduces a security issue.
No action required. This is a standard CI/scanning tooling update. Reviewers may optionally verify the new action commit hash matches the upstream github/codeql-action v4.36.2 release.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit bumps the GitHub Action github/codeql-action/upload-sarif from commit 7211b7c8077ea37d8641b6271f6a365a22a5fbfa to 8aad20d150bbac5944a9f9d289da16a4b0d87c1e, both tagged as v4.36.x, inside .github/workflows/cron-zizmor.yml. This workflow runs the zizmor static analyzer for GitHub Actions security issues and uploads the resulting SARIF file to GitHub. The change is a patch-level dependency update with no functional changes to the rust-bitcoin crate or its dependencies.
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 c0a0072a..77d636e7 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@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4
+ uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # 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.