Skip to content

Commit

Permalink
chore(deps): update gradle/gradle-build-action digest to 982da8e (#197)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 20, 2023
1 parent d65f831 commit 1217ae2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
id: framework
with:
files: "Framework/Tink.xcframework"
- uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 # v2
- uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2 # v2
with:
gradle-home-cache-cleanup: true
arguments: assemble --scan
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
- uses: reviewdog/action-setup@154bb4214db7d87bdb814a346ec67b3472fe1c5f # v1
- uses: ./.github/actions/sdkman
- uses: ./.github/actions/konan
- uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 # v2
- uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2 # v2
with:
gradle-home-cache-cleanup: true
arguments: lint --scan
- uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 # v2
- uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2 # v2
with:
gradle-home-cache-cleanup: true
arguments: detekt --scan
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: ./.github/actions/sdkman
- uses: ./.github/actions/konan
- uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 # v2
- uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2 # v2
with:
gradle-home-cache-cleanup: true
arguments: testDebugUnitTest --scan
- uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 # v2
- uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2 # v2
with:
gradle-home-cache-cleanup: true
arguments: jacocoMergedReport
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
files: "Framework/Tink.xcframework"
- run: make archive
if: steps.framework.outputs.files_exists != 'true'
- uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 # v2
- uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2 # v2
with:
gradle-home-cache-cleanup: true
arguments: iosX64Test --scan
Expand Down Expand Up @@ -98,11 +98,11 @@ jobs:
files: "Framework/Tink.xcframework"
- run: make archive
if: steps.framework.outputs.files_exists != 'true'
- uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 # v2
- uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2 # v2
with:
gradle-home-cache-cleanup: true
arguments: :iosApp:simulatorsList
- uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 # v2
- uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2 # v2
with:
gradle-home-cache-cleanup: true
arguments: :iosApp:xcodetest --scan --info
Expand Down

0 comments on commit 1217ae2

Please sign in to comment.