From 2c0fe36da4c2f80a02173f348118bd2f4a085df4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:32:15 +0000 Subject: [PATCH] Update gradle/actions digest to cc4fc85 (#35) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build_app.yml | 4 ++-- .github/workflows/build_pull_request.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_app.yml b/.github/workflows/build_app.yml index 3fa7169..1022f8b 100644 --- a/.github/workflows/build_app.yml +++ b/.github/workflows/build_app.yml @@ -37,7 +37,7 @@ jobs: ref: ${{ github.event.inputs.git-ref }} - name: Validate Gradle Wrapper - uses: gradle/actions/wrapper-validation@473878a77f1b98e2b5ac4af93489d1656a80a5ed # v4 + uses: gradle/actions/wrapper-validation@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4 - name: Get previous release id: last_release @@ -172,7 +172,7 @@ jobs: write-mode: overwrite - name: Set up gradle - uses: gradle/actions/setup-gradle@473878a77f1b98e2b5ac4af93489d1656a80a5ed # v4 + uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4 # - name: Build app and run unit tests # uses: gradle/gradle-command-action@v2 diff --git a/.github/workflows/build_pull_request.yml b/.github/workflows/build_pull_request.yml index 78bc619..5feae34 100644 --- a/.github/workflows/build_pull_request.yml +++ b/.github/workflows/build_pull_request.yml @@ -24,7 +24,7 @@ jobs: ref: 'master' - name: Validate Gradle Wrapper - uses: gradle/actions/wrapper-validation@473878a77f1b98e2b5ac4af93489d1656a80a5ed # v4 + uses: gradle/actions/wrapper-validation@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4 - name: Dependency Review uses: actions/dependency-review-action@4081bf99e2866ebe428fc0477b69eb4fcda7220a # v4.4.0 @@ -54,7 +54,7 @@ jobs: write-mode: overwrite - name: Set up gradle - uses: gradle/actions/setup-gradle@473878a77f1b98e2b5ac4af93489d1656a80a5ed # v4 + uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4 - name: Build app and run unit tests run: ./gradlew assembleStandardPreview testStandardPreviewUnitTest testReleaseUnitTest --stacktrace