File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1919 uses : actions/checkout@v6.0.2
2020
2121 - name : Run FOSSA scan and upload build data
22- uses : fossa-contrib/fossa-action@v3.0.1
22+ # gh api repos/fossa-contrib/fossa-action/commits/v3.0.1 --jq '.sha'
23+ uses : fossa-contrib/fossa-action@v3d2ef181b1820d6dcd1972f86a767d18167fa19b
2324 with :
2425 fossa-api-key : ${{secrets.FOSSA_API_KEY}}
Original file line number Diff line number Diff line change 6060 run : sbt ++${{matrix.scala}} jacoco -DSPARK_VERSION=${{matrix.spark}}
6161 - name : Add coverage of 'cobol-parser' to PR
6262 id : jacocoParser
63- uses : madrapps/jacoco-report@v1.7.2
63+ # gh api repos/madrapps/jacoco-report/commits/v1.7.2 --jq '.sha'
64+ uses : madrapps/jacoco-report@50d3aff4548aa991e6753342d9ba291084e63848
6465 with :
6566 paths : >
6667 ${{ github.workspace }}/cobol-parser/target/scala-${{ matrix.scalaShort }}/jacoco/report/jacoco.xml
7576 echo "Changed Files coverage ${{ steps.jacoco.outputs.coverage-changed-files }}"
7677 - name : Add coverage of 'spark-cobol' to PR
7778 id : jacoco
78- uses : madrapps/jacoco-report@v1.7.2
79+ # gh api repos/madrapps/jacoco-report/commits/v1.7.2 --jq '.sha'
80+ uses : madrapps/jacoco-report@50d3aff4548aa991e6753342d9ba291084e63848
7981 with :
8082 paths : >
8183 ${{ github.workspace }}/spark-cobol/target/scala-${{ matrix.scalaShort }}/jacoco/report/jacoco.xml
You can’t perform that action at this time.
0 commit comments