Omri/temp branch#380
Conversation
PR SummaryHigh Risk Overview Upload-Artifacts is retargeted: pushes on Reviewed by Cursor Bugbot for commit 7ff4ce5. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 7ff4ce5. Configure here.
| - name: Get commit hash prefix for PR update | ||
| env: | ||
| COMMIT_SHA: ${{ github.sha }} | ||
| COMMIT_SHA: c82f9170592ad918c84ec206be99aa895578f5a5 |
There was a problem hiding this comment.
Hardcoded commit hash in workflow
High Severity
COMMIT_SHA is set to a fixed git hash instead of ${{ github.sha }}, so every run publishes under the same SHORT_HASH prefix regardless of the checked-out commit. Artifact paths no longer match the build source and can overwrite prior uploads.
Reviewed by Cursor Bugbot for commit 7ff4ce5. Configure here.


Type
Description
Breaking changes?
This change is