QVAC-22740 infra: bump CodeScan caller to qvac-actions 0.3.0 - #26
Merged
Conversation
Bump the reusable security workflow pin 0.2.0 -> 0.3.0 (SHA bbb0740e). 0.3.0 adds the findings-export artifact (export-report default on), so each run now publishes a downloadable security-scan-report (findings.json/md + SARIF).
Review StatusCurrent Status: ❌ PENDING Pending reviews: Needs 1 Management or Team Lead, and 1 more from Management, Team Lead, or Member. |
sidj-thr
approved these changes
Jul 31, 2026
Proletter
approved these changes
Jul 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎯 What problem does this PR solve?
0.2.0, which predates the findings-export feature. Bumping to0.3.0gives this repo the downloadablesecurity-scan-reportartifact (findings.json + findings.md + per-language SARIF) on every run — the coverage/triage route whilecodeql-upload: never.📝 How does it solve it?
0.2.0→0.3.0.export-reportdefaults on, so no other change is needed.🔐 Action pinning
tetherto/qvac-actions/.github/workflows/public-reusable-security.yml:be1d22629cc48b6dcc36645acc9e6d89cfaf54d8 # 0.2.0→bbb0740e2a16b94371c7439e0e06945c5b68e759 # 0.3.0.🧪 How was it tested?
0.3.0tag commit.workflow_dispatchafter merge confirms thesecurity-scan-reportartifact appears under the run's Artifacts.