We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5996e0 + 62f47c7 commit a30b4c3Copy full SHA for a30b4c3
1 file changed
.github/workflows/osv-scanner-reusable.yml
@@ -112,7 +112,9 @@ jobs:
112
if: "${{ !cancelled() && inputs.upload-sarif == true }}"
113
run: |
114
echo "View the OSV-Scanner results in the 'Security' tab, using the following link:"
115
- echo "${{ github.server_url }}/${{ github.repository }}/security/code-scanning?query=is%3Aopen+branch%3A${{ github.ref_name }}+tool%3Aosv-scanner"
+ echo "${{ github.server_url }}/${{ github.repository }}/security/code-scanning?query=is%3Aopen+branch%3A${GITHUB_REF_NAME}+tool%3Aosv-scanner"
116
+ env:
117
+ GITHUB_REF_NAME: ${{ github.ref_name }}
118
- name: "Error troubleshooter"
119
if: ${{ always() && steps.upload_artifact.outcome == 'failure' }}
120
0 commit comments