Skip to content

Referencing the current sha, not master for running the solution vers…#44

Open
tmikula-dev wants to merge 1 commit intofix/27-detect-the-format-symbols-descfrom
fix/43-pinned-version-run-master
Open

Referencing the current sha, not master for running the solution vers…#44
tmikula-dev wants to merge 1 commit intofix/27-detect-the-format-symbols-descfrom
fix/43-pinned-version-run-master

Conversation

@tmikula-dev
Copy link
Copy Markdown
Collaborator

Overview

This pull request makes a small update to the .github/workflows/aquasec-scan.yml workflow. The change ensures that the actions/checkout step checks out the workflow repository at the specific commit SHA associated with the current job, rather than always using the master branch.

  • Updated the ref for actions/checkout in .github/workflows/aquasec-scan.yml to use ${{ github.job_workflow_sha }} instead of master, ensuring the workflow uses the exact commit of the workflow file being executed.

Release Notes

  • Fixing that the workflow always runs the SHA version that triggers the flow.

Related

Closes #43

@tmikula-dev tmikula-dev self-assigned this Apr 23, 2026
@tmikula-dev tmikula-dev added the bug Something isn't working label Apr 23, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 23, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 8975da42-09a2-48a4-9fb2-cba27305ed52

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/43-pinned-version-run-master

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@tmikula-dev tmikula-dev linked an issue Apr 23, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

All release version are running current master

2 participants