Skip to content

Commit

Permalink
chore(deps): update gradle/gradle-build-action action to v2.4.2 [secu…
Browse files Browse the repository at this point in the history
…rity] (#186)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 29, 2023
1 parent da669de commit 2efef78
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/android_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cache: 'gradle'

- name: Check codestyle
uses: gradle/gradle-build-action@v2.4.0
uses: gradle/gradle-build-action@v2.4.2
with:
arguments: --no-configuration-cache spotlessCheck

Expand All @@ -43,7 +43,7 @@ jobs:
cache: 'gradle'

- name: Run unit tests
uses: gradle/gradle-build-action@v2.4.0
uses: gradle/gradle-build-action@v2.4.2
with:
arguments: --no-configuration-cache test

Expand All @@ -70,7 +70,7 @@ jobs:
cache: 'gradle'

- name: Build debug APKs
uses: gradle/gradle-build-action@v2.4.0
uses: gradle/gradle-build-action@v2.4.2
with:
arguments: --no-configuration-cache assembleDebug

Expand All @@ -90,7 +90,7 @@ jobs:
cache: 'gradle'

- name: Run Lint on debug variants
uses: gradle/gradle-build-action@v2.4.0
uses: gradle/gradle-build-action@v2.4.2
with:
arguments: --no-configuration-cache lintDebug

Expand All @@ -110,7 +110,7 @@ jobs:
cache: 'gradle'

- name: Generate coverage reports with kotlinx-kover
uses: gradle/gradle-build-action@v2.4.0
uses: gradle/gradle-build-action@v2.4.2
with:
arguments: --no-configuration-cache koverXmlReport

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/android_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cache: 'gradle'

- name: Check codestyle
uses: gradle/gradle-build-action@v2.4.0
uses: gradle/gradle-build-action@v2.4.2
with:
arguments: --no-configuration-cache spotlessCheck

Expand All @@ -43,7 +43,7 @@ jobs:
cache: 'gradle'

- name: Run unit tests
uses: gradle/gradle-build-action@v2.4.0
uses: gradle/gradle-build-action@v2.4.2
with:
arguments: --no-configuration-cache test

Expand All @@ -70,7 +70,7 @@ jobs:
cache: 'gradle'

- name: Build debug APKs
uses: gradle/gradle-build-action@v2.4.0
uses: gradle/gradle-build-action@v2.4.2
with:
arguments: --no-configuration-cache assembleDebug

Expand All @@ -90,7 +90,7 @@ jobs:
cache: 'gradle'

- name: Run Lint on debug variants
uses: gradle/gradle-build-action@v2.4.0
uses: gradle/gradle-build-action@v2.4.2
with:
arguments: --no-configuration-cache lintDebug

Expand All @@ -110,7 +110,7 @@ jobs:
cache: 'gradle'

- name: Generate coverage reports with kotlinx-kover
uses: gradle/gradle-build-action@v2.4.0
uses: gradle/gradle-build-action@v2.4.2
with:
arguments: --no-configuration-cache koverXmlReport

Expand Down

0 comments on commit 2efef78

Please sign in to comment.