chore(deps): update gradle/gradle-build-action digest to 842c587

This commit is contained in:
renovate[bot] 2023-10-01 01:43:33 +00:00 committed by GitHub
parent 7d8327af18
commit c8c3e83e7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,7 @@ jobs:
java-version: 18
- name: Run unit tests
uses: gradle/gradle-build-action@d1b726d8c1e0cc120447ad1a950d6e6794c51ad8 # v2.9.0
uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a # v2.9.0
with:
arguments: --no-configuration-cache --stacktrace check -PslimTests
gradle-home-cache-cleanup: true
@ -81,7 +81,7 @@ jobs:
AGE_SECRET_KEY: ${{ secrets.AGE_SECRET_KEY }}
- name: Build release app
uses: gradle/gradle-build-action@d1b726d8c1e0cc120447ad1a950d6e6794c51ad8 # v2.9.0
uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a # v2.9.0
env:
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
with: