File tree Expand file tree Collapse file tree 7 files changed +16
-16
lines changed Expand file tree Collapse file tree 7 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -23,25 +23,25 @@ jobs:
23
23
runs-on : ubuntu-latest
24
24
25
25
steps :
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
27
27
28
28
29
- - uses : actions/setup-node@v4
29
+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
30
30
with :
31
31
node-version : 23.5.0
32
32
33
33
- name : Derive appropriate SHAs for base and head for `nx affected` commands
34
- uses : nrwl/nx-set-shas@v4
34
+ uses : nrwl/nx-set-shas@826660b82addbef3abff5fa871492ebad618c9e1 # v4.3.3
35
35
with :
36
36
main-branch-name : ' main'
37
37
38
- - uses : actions/setup-java@v4
38
+ - uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
39
39
with :
40
40
distribution : ' temurin'
41
41
java-version : ' 21'
42
42
43
43
- name : Install Python
44
- uses : actions/setup-python@v5
44
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
45
45
with :
46
46
python-version : ' 3'
47
47
65
65
sudo udevadm trigger --name-match=kvm
66
66
67
67
- name : Run tests on Android Emulator
68
- uses : reactivecircus/android-emulator-runner@v2
68
+ uses : reactivecircus/android-emulator-runner@1dcd0090116d15e7c562f8db72807de5e036a4ed # v2.34.0
69
69
with :
70
70
api-level : 34
71
71
arch : x86_64
Original file line number Diff line number Diff line change @@ -24,17 +24,17 @@ jobs:
24
24
runs-on : warp-macos-15-arm64-6x
25
25
26
26
steps :
27
- - uses : actions/checkout@v4
27
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
28
28
29
29
# - name: ActionDebugger By Warpbuild
30
30
# uses: Warpbuilds/[email protected]
31
31
32
- - uses : actions/setup-node@v4
32
+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
33
33
with :
34
34
node-version : 23.5.0
35
35
36
36
- name : Derive appropriate SHAs for base and head for `nx affected` commands
37
- uses : nrwl/nx-set-shas@v4
37
+ uses : nrwl/nx-set-shas@826660b82addbef3abff5fa871492ebad618c9e1 # v4.3.3
38
38
with :
39
39
main-branch-name : ' main'
40
40
52
52
run : npx nx run-many --target=test --configuration=ci --projects=core
53
53
54
54
- name : Start iOS Simulator
55
- uses : futureware-tech/simulator-action@v4
55
+ uses : futureware-tech/simulator-action@dab10d813144ef59b48d401cd95da151222ef8cd # v4
56
56
with :
57
57
model : ' iPhone 16 Pro'
58
58
os_version : ' 18.4'
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
19
19
runs-on : ubuntu-latest
20
20
21
21
steps :
22
- - uses : actions/checkout@v2
22
+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
23
23
24
24
- name : Setup
25
25
run : npm run setup
26
26
27
27
- name : Derive appropriate SHAs for base and head for `nx affected` commands
28
- uses : nrwl/nx-set-shas@v4
28
+ uses : nrwl/nx-set-shas@826660b82addbef3abff5fa871492ebad618c9e1 # v4.3.3
29
29
with :
30
30
main-branch-name : ' main'
31
31
Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
20
20
steps :
21
- - uses : actions/checkout@v2
21
+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
22
22
23
23
- name : Setup
24
24
run : npm install
Original file line number Diff line number Diff line change 21
21
- name : Todo
22
22
run : |
23
23
echo "TODO: implement action"
24
- # - uses: actions/checkout@v2
24
+ # - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
25
25
#
26
26
# - name: Setup
27
27
# run: npm install
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
21
21
22
22
- name : Setup
23
23
run : npm install
Original file line number Diff line number Diff line change 73
73
# Upload the results to GitHub's code scanning dashboard (optional).
74
74
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
75
75
- name : " Upload to code-scanning"
76
- uses : github/codeql-action/upload-sarif@v3
76
+ uses : github/codeql-action/upload-sarif@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
77
77
with :
78
78
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments