Skip to content

Commit c5f66a1

Browse files
committed
ci: reverting android emulator action digest
1 parent d3a2f2c commit c5f66a1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/react-native-detox.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,9 @@ jobs:
7878
android: false # We need android.
7979

8080
- name: Detox test
81-
uses: reactivecircus/android-emulator-runner@b530d96654c385303d652368551fb075bc2f0b6b # v2
81+
uses: reactivecircus/android-emulator-runner@f0d1ed2dcad93c7479e8b2f2226c83af54494915 # renovate: ignoreDigest
8282
with:
83+
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot
8384
api-level: 31
8485
arch: x86_64
8586
avd-name: ${{ steps.device.outputs.AVD_NAME }}

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"enabled": false,
66
"matchDatasources": ["npm"],
77
"matchPackageNames": ["*"]
8+
},
9+
{
10+
"description": "Disable digest pinning for a specific action",
11+
"matchPackageNames": ["reactivecircus/android-emulator-runner"],
12+
"matchDepTypes": ["action"],
13+
"pinDigests": false
814
}
915
],
1016
"vulnerabilityAlerts": {

0 commit comments

Comments
 (0)