build(deps): bump github/codeql-action/upload-sarif
What changed, and why it matters
This is a routine patch-version update of a GitHub-maintained action used only to upload static-analysis results (SARIF files) from a scheduled CI job. The change does not touch any project source code, cryptographic logic, or user-facing behavior. There is no indication of a security fix or vulnerability.
No security action required. Treat as routine dependency maintenance; review the upstream release notes if desired.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit bumps github/codeql-action/upload-sarif from 4.37.0 to 4.37.3 in .github/workflows/cron-zizmor.yml. This action is invoked after zizmor scans the repository’s own workflows and uploads the resulting SARIF file to GitHub. The diff is a single SHA pin change; no workflow logic, permissions, or inputs were modified. No security-relevant content is present in the commit message or diff.
Changed components
.github/workflows/cron-zizmor.ymlgithub/codeql-action/upload-sarif dependencyInspect 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@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4
+ uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # 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.