From 0177521375d593067cd540e453d05ab054ed3948 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Tue, 23 Jun 2026 19:18:13 +0800 Subject: [PATCH] fix(ci): pass resolved ref to maturity QA evidence --- .github/workflows/maturity-scorecard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maturity-scorecard.yml b/.github/workflows/maturity-scorecard.yml index 17ee7bb5ebe..4e6063bf9ce 100644 --- a/.github/workflows/maturity-scorecard.yml +++ b/.github/workflows/maturity-scorecard.yml @@ -132,7 +132,7 @@ jobs: if: ${{ inputs.qa_evidence_run_id == '' }} uses: ./.github/workflows/qa-profile-evidence.yml with: - ref: ${{ inputs.ref }} + ref: ${{ needs.validate_selected_ref.outputs.selected_revision }} expected_sha: ${{ needs.validate_selected_ref.outputs.selected_revision }} qa_profile: all secrets: