build(deps): bump github/codeql-action/upload-sarif
What changed, and why it matters
This is a routine update by Dependabot to the GitHub CodeQL upload-sarif action used in a scheduled security-scanning workflow. It changes only the pinned commit hash for the action from version 4.36.2 to 4.37.0. There is no indication this change fixes or introduces a security vulnerability in the rust-bitcoin code itself.
No action required. This is a standard dependency maintenance update. Reviewers may optionally verify the upstream release notes for the codeql-action v4.37.0 release, but the change itself is not security-relevant to rust-bitcoin.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit updates the pinned version of github/codeql-action/upload-sarif in .github/workflows/cron-zizmor.yml from commit 8aad20d1 (v4.36.2) to commit 99df26d4 (v4.37.0). This is a minor semver bump of a GitHub-maintained action used to upload SARIF output from the zizmor workflow. The change is a single-line dependency bump with no functional changes to the project code, build artifacts, or runtime behavior.
Changed components
.github/workflows/cron-zizmor.ymlInspect captured patch +1 / −1
### .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@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
+ uses: github/codeql-action/upload-sarif@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4
with:
sarif_file: results.sarif
category: zizmorWhy 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.