Referencing the current sha, not master for running the solution vers…#44
Referencing the current sha, not master for running the solution vers…#44tmikula-dev merged 10 commits intomasterfrom
Conversation
# Conflicts: # .github/workflows/remove-adept-to-close-on-issue-close.yml
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThe workflow file now references the current job's commit SHA ( Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The base branch was changed.
Overview
This pull request makes a small update to the
.github/workflows/aquasec-scan.ymlworkflow. The change ensures that theactions/checkoutstep checks out the workflow repository at the specific commit SHA associated with the current job, rather than always using themasterbranch.refforactions/checkoutin.github/workflows/aquasec-scan.ymlto use${{ github.job_workflow_sha }}instead ofmaster, ensuring the workflow uses the exact commit of the workflow file being executed.Release Notes
Related
Closes #43
Summary by CodeRabbit