Skip to content

Commit 1b2720b

Browse files
authored
Merge pull request #196 from AtlasOfLivingAustralia/feature/issue195
Updated gradle build action to 2.4.2 #195
2 parents bd3d56c + 791277a commit 1b2720b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@ jobs:
3535
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
3636

3737
- name: Run tests and jacoco coverage report with Gradle
38-
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
38+
uses: gradle/gradle-build-action@v2.4.2
3939
with:
4040
arguments: -PenableJacoco=true check
4141

4242
- name: Run javascript unit tests
4343
run: node_modules/karma/bin/karma start karma.conf.js --single-run --browsers ChromeHeadless
4444

4545
- name: Clean to remove clover instrumentation
46-
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
46+
uses: gradle/gradle-build-action@v2.4.2
4747
with:
4848
arguments: clean
4949

5050
- name: Publish the JAR to the repository
51-
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
51+
uses: gradle/gradle-build-action@v2.4.2
5252
with:
5353
arguments: publish
5454
env:

0 commit comments

Comments
 (0)