Skip to content

Commit

Permalink
Explicitly specify gradle-build-action version
Browse files Browse the repository at this point in the history
  • Loading branch information
rnc committed Jun 30, 2022
1 parent 76ffab0 commit af362d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
"username": "${{ secrets.SONATYPE_USERNAME }}",
"password": "${{ secrets.SONATYPE_PASSWORD }}"
}]
- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v2.1.7
with:
arguments: clean build publish AggregateJacocoReport
- name: Codecov
Expand Down

0 comments on commit af362d6

Please sign in to comment.