We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c95e3b + 236fa58 commit b5fd3abCopy full SHA for b5fd3ab
2 files changed
.github/workflows/assembleFlavors.yml
@@ -34,7 +34,7 @@ jobs:
34
java-version: 17
35
36
- name: Gradle validate
37
- uses: gradle/actions/wrapper-validation@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2
+ uses: gradle/actions/wrapper-validation@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3
38
39
- name: Build ${{ matrix.flavor }}
40
run: |
.github/workflows/unit-tests.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Setup Gradle
- uses: gradle/actions/setup-gradle@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2
+ uses: gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3
- name: Run unit tests with coverage
run: ./gradlew testGplayDebugUnit
0 commit comments