mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
chore(deps): update gradle/gradle-build-action action to v2.8.0
This commit is contained in:
parent
4d5ce37982
commit
5858466318
3 changed files with 4 additions and 4 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
||||||
java-version: 18
|
java-version: 18
|
||||||
|
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691 # v2.7.1
|
uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0
|
||||||
with:
|
with:
|
||||||
arguments: --no-configuration-cache --stacktrace check -PslimTests
|
arguments: --no-configuration-cache --stacktrace check -PslimTests
|
||||||
gradle-home-cache-cleanup: true
|
gradle-home-cache-cleanup: true
|
||||||
|
@ -65,7 +65,7 @@ jobs:
|
||||||
AGE_SECRET_KEY: ${{ secrets.AGE_SECRET_KEY }}
|
AGE_SECRET_KEY: ${{ secrets.AGE_SECRET_KEY }}
|
||||||
|
|
||||||
- name: Build release app
|
- name: Build release app
|
||||||
uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691 # v2.7.1
|
uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0
|
||||||
env:
|
env:
|
||||||
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
|
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
|
||||||
with:
|
with:
|
||||||
|
|
2
.github/workflows/codeql_analysis.yml
vendored
2
.github/workflows/codeql_analysis.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
java-version: 18
|
java-version: 18
|
||||||
|
|
||||||
- name: Setup Gradle caching
|
- name: Setup Gradle caching
|
||||||
uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691 # v2.7.1
|
uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0
|
||||||
with:
|
with:
|
||||||
gradle-home-cache-cleanup: true
|
gradle-home-cache-cleanup: true
|
||||||
cache-read-only: true
|
cache-read-only: true
|
||||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
||||||
git config user.email noreply@github.com
|
git config user.email noreply@github.com
|
||||||
|
|
||||||
- name: Setup Gradle caching
|
- name: Setup Gradle caching
|
||||||
uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691 # v2.7.1
|
uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0
|
||||||
with:
|
with:
|
||||||
gradle-home-cache-cleanup: true
|
gradle-home-cache-cleanup: true
|
||||||
cache-read-only: true
|
cache-read-only: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue