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.
1 parent d3a2f2c commit ca8175bCopy full SHA for ca8175b
.github/workflows/react-native-detox.yml
@@ -78,7 +78,7 @@ jobs:
78
android: false # We need android.
79
80
- name: Detox test
81
- uses: reactivecircus/android-emulator-runner@b530d96654c385303d652368551fb075bc2f0b6b # v2
+ uses: reactivecircus/android-emulator-runner@f0d1ed2dcad93c7479e8b2f2226c83af54494915 # renovate: ignoreDigest
82
with:
83
api-level: 31
84
arch: x86_64
renovate.json
@@ -5,6 +5,12 @@
5
"enabled": false,
6
"matchDatasources": ["npm"],
7
"matchPackageNames": ["*"]
8
+ },
9
+ {
10
+ "description": "Disable digest pinning for a specific action",
11
+ "matchPackageNames": ["reactivecircus/android-emulator-runner"],
12
+ "matchDepTypes": ["action"],
13
+ "pinDigests": false
14
}
15
],
16
"vulnerabilityAlerts": {
0 commit comments