Skip to content

Commit b7ee968

Browse files
Refactor Github Action per b/485167538
1 parent c5996e0 commit b7ee968

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/osv-scanner-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
if: "${{ !cancelled() && inputs.upload-sarif == true }}"
113113
run: |
114114
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"
115+
echo "${{ github.server_url }}/${{ github.repository }}/security/code-scanning?query=is%3Aopen+branch%3A${GITHUB_REF_NAME}+tool%3Aosv-scanner"
116116
- name: "Error troubleshooter"
117117
if: ${{ always() && steps.upload_artifact.outcome == 'failure' }}
118118
run: |

0 commit comments

Comments
 (0)