Skip to content

Commit c92549b

Browse files
committed
Update the version of Jacoco GH action.
1 parent b960ce6 commit c92549b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/jacoco_check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
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/[email protected].1
63+
uses: madrapps/[email protected].2
6464
with:
6565
paths: >
6666
${{ github.workspace }}/cobol-parser/target/scala-${{ matrix.scalaShort }}/jacoco/report/jacoco.xml
@@ -75,7 +75,7 @@ jobs:
7575
echo "Changed Files coverage ${{ steps.jacoco.outputs.coverage-changed-files }}"
7676
- name: Add coverage of 'spark-cobol' to PR
7777
id: jacoco
78-
uses: madrapps/jacoco-report@v1.3
78+
uses: madrapps/jacoco-report@v1.7.2
7979
with:
8080
paths: >
8181
${{ github.workspace }}/spark-cobol/target/scala-${{ matrix.scalaShort }}/jacoco/report/jacoco.xml
@@ -90,13 +90,13 @@ jobs:
9090
echo "Changed Files coverage ${{ steps.jacoco.outputs.coverage-changed-files }}"
9191
- name: Fail PR if changed files coverage for 'cobol-parser' is less than ${{ matrix.changedCobolParserOverride }}%
9292
if: ${{ steps.jacocoParser.outputs.coverage-changed-files < matrix.changedCobolParserOverride }}
93-
uses: actions/github-script@v6
93+
uses: actions/github-script@v6.4.1
9494
with:
9595
script: |
9696
core.setFailed('Changed files coverage is less than ${{ matrix.changedCobolParserOverride }}% for 'cobol-parser'!')
9797
- name: Fail PR if changed files coverage for 'spark-cobol' is less than ${{ matrix.changed }}%
9898
if: ${{ steps.jacoco.outputs.coverage-changed-files < matrix.changed }}
99-
uses: actions/github-script@v6
99+
uses: actions/github-script@v6.4.1
100100
with:
101101
script: |
102102
core.setFailed('Changed files coverage is less than ${{ matrix.changed }}% for 'spark-cobol!')

0 commit comments

Comments
 (0)