Skip to content

Commit

Permalink
Update gradle/gradle-build-action digest to 8cbcb99
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 18, 2023
1 parent 33238ad commit c431dc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
with:
distribution: 'temurin'
java-version: 8
- uses: gradle/gradle-build-action@3fbe033aaae657f011f88f29be9e65ed26bd29ef # tag=v2
- uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 # v2
name: license header
if: ${{ github.event_name == 'pull_request' }}
with:
arguments: spotlessCheck -PspotlessFrom=origin/${{ github.base_ref }}
- uses: gradle/gradle-build-action@3fbe033aaae657f011f88f29be9e65ed26bd29ef # tag=v2
- uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 # v2
name: tests
with:
arguments: check -x spotlessCheck

0 comments on commit c431dc8

Please sign in to comment.