We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5996e0 commit b7ee968Copy full SHA for b7ee968
1 file changed
.github/workflows/osv-scanner-reusable.yml
@@ -112,7 +112,7 @@ 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
- name: "Error troubleshooter"
117
if: ${{ always() && steps.upload_artifact.outcome == 'failure' }}
118
0 commit comments