We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d166ea commit c201115Copy full SHA for c201115
1 file changed
.github/workflows/reusable-dotnet-quality.yml
@@ -140,7 +140,7 @@ jobs:
140
with:
141
api-key: "${{ secrets.fossa-api-key }}"
142
run-tests: ${{ inputs.fossa-test && github.event_name == 'pull_request' }}
143
- test-diff-revision: ${{ github.event.pull_request.base.ref }}
+ test-diff-revision: ${{ github.event.pull_request.base.sha }}
144
generate-report: html
145
- name: Create FOSSA report file
146
run: echo '${{ steps.fossa.outputs.report }}' > report/fossa.html
0 commit comments