Skip to content

Commit a6ae6bb

Browse files
Merge pull request #1253 from square/renovate/pin-dependencies
Pin dependencies
2 parents 8708498 + 5f6f275 commit a6ae6bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/actions/gradle-task/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ runs:
123123

124124
- name: Upload heap dump
125125
if: failure()
126-
uses: actions/upload-artifact@v4
126+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
127127
with:
128128
name: heap-dump
129129
path: ${{github.workspace}}/**/*{.hprof,.log}

.github/actions/gradle-tasks-with-emulator/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ runs:
6767
# If the AVD cache didn't exist, create an AVD
6868
- name: create AVD and generate snapshot for caching
6969
if: steps.restore-avd-cache.outputs.cache-hit != 'true'
70-
uses: reactivecircus/android-emulator-runner@v2
70+
uses: reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d # v2
7171
with:
7272
api-level: ${{ inputs.api-level }}
7373
arch: x86_64
@@ -93,7 +93,7 @@ runs:
9393
# Run the actual emulator tests.
9494
# At this point every task should be up-to-date and the AVD should be ready to go.
9595
- name: run tests
96-
uses: reactivecircus/android-emulator-runner@v2
96+
uses: reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d # v2
9797
with:
9898
api-level: ${{ inputs.api-level }}
9999
arch: x86_64
@@ -105,7 +105,7 @@ runs:
105105

106106
- name: Upload results
107107
if: ${{ always() }}
108-
uses: actions/upload-artifact@v4
108+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
109109
with:
110110
name: ${{ inputs.tests-name }}
111111
path: ${{github.workspace}}/**/build/reports/androidTests/connected/**

0 commit comments

Comments
 (0)