From 342e93b7270538812ebac42c407215f8e8802614 Mon Sep 17 00:00:00 2001 From: Guy Owen Date: Tue, 10 Sep 2024 15:07:15 +1000 Subject: [PATCH] [291] Fixed ref assignment. --- .github/workflows/vulnerability-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vulnerability-scan.yml b/.github/workflows/vulnerability-scan.yml index 01686e81..22af5b54 100644 --- a/.github/workflows/vulnerability-scan.yml +++ b/.github/workflows/vulnerability-scan.yml @@ -63,5 +63,5 @@ jobs: uses: github/codeql-action/upload-sarif@v3 with: sarif_file: ${{ steps.scan.outputs.sarif }} - ref: ${{ needs.set-sha-ref.outputs.ref }} + ref: refs/heads/${{ needs.set-sha-ref.outputs.ref }} sha: ${{ needs.set-sha-ref.outputs.commit }}