Skip to content

Commit

Permalink
[291] Fixed ref assignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen committed Sep 10, 2024
1 parent 9c8e636 commit 342e93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vulnerability-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 342e93b

Please sign in to comment.