Skip to content

Commit c201115

Browse files
committed
Rollback to sha
1 parent 2d166ea commit c201115

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-dotnet-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
with:
141141
api-key: "${{ secrets.fossa-api-key }}"
142142
run-tests: ${{ inputs.fossa-test && github.event_name == 'pull_request' }}
143-
test-diff-revision: ${{ github.event.pull_request.base.ref }}
143+
test-diff-revision: ${{ github.event.pull_request.base.sha }}
144144
generate-report: html
145145
- name: Create FOSSA report file
146146
run: echo '${{ steps.fossa.outputs.report }}' > report/fossa.html

0 commit comments

Comments
 (0)