We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6500e72 commit cc4d025Copy full SHA for cc4d025
.github/workflows/coverity.yml
@@ -61,7 +61,7 @@ jobs:
61
--form email="${{ secrets.COVERITY_EMAIL }}" \
62
--form [email protected] \
63
--form version="${{ inputs.version }}" \
64
- --form description="oneTBB-master-${{ env.GITHUB_SHA_SHORT }}" \
+ --form description="oneTBB-master-${{ env.GITHUB_SHA }}" \
65
"https://scan.coverity.com/builds?project=${{env.COVERITY_PROJECT}}"
66
- if: always()
67
name: Save artifacts
0 commit comments