File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 19
19
group : ${{ github.ref }}-android
20
20
cancel-in-progress : true
21
21
steps :
22
- - uses : oven-sh/setup-bun@v2
23
- - uses : actions/checkout@v4
22
+ - uses : oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2
23
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24
24
25
25
- name : Install dependencies
26
26
shell : bash
31
31
run : bun install
32
32
working-directory : example
33
33
34
- - uses : actions/setup-java@v4
34
+ - uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
35
35
with :
36
36
distribution : ' zulu'
37
37
java-version : ' 17'
51
51
working-directory : example
52
52
53
53
- name : Create AVD and generate snapshot for caching
54
- uses : reactivecircus/android-emulator-runner@v2
54
+ uses : reactivecircus/android-emulator-runner@1dcd0090116d15e7c562f8db72807de5e036a4ed # v2.34.0
55
55
with :
56
56
# Use the slimmer aosp_atd images for working
57
57
# around "System UI isn't responding" ANR
77
77
78
78
- name : Upload report
79
79
if : always()
80
- uses : actions/upload-artifact@v4
80
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
81
81
with :
82
82
name : E2E Report
83
83
path : |
87
87
~/.maestro/tests/**/*
88
88
89
89
- name : Store tests result
90
- uses : actions/upload-artifact@v4
90
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
91
91
with :
92
92
name : e2e_android_report
93
93
path : |
Original file line number Diff line number Diff line change 20
20
group : ${{ github.ref }}-ios
21
21
cancel-in-progress : true
22
22
steps :
23
- - uses : oven-sh/setup-bun@v2
24
- - uses : actions/checkout@v4
23
+ - uses : oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2
24
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25
25
26
26
- name : Install dependencies
27
27
shell : bash
34
34
35
35
- name : Cache Pods
36
36
id : cache-pods
37
- uses : actions/cache@v4
37
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
38
38
env :
39
39
cache-name : cached-ios-pods-deps
40
40
with :
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
19
19
20
20
steps :
21
21
- name : Set up Bun
22
- uses : oven-sh/setup-bun@v2
22
+ uses : oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2
23
23
24
24
- name : Checkout repository
25
- uses : actions/checkout@v4
25
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
26
27
27
- name : Install dependencies
28
28
shell : bash
You can’t perform that action at this time.
0 commit comments