File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 1818 name : Test ${{ matrix.function }}
1919 runs-on : ubuntu-latest
2020 steps :
21- - name : Harden Runner
22- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
23- with :
24- egress-policy : audit
25-
2621 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2722 - name : Setup Python
2823 uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
6358 name : Build UI
6459 runs-on : ubuntu-latest
6560 steps :
66- - name : Harden Runner
67- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
68- with :
69- egress-policy : audit
70-
7161 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
7262 - name : Setup Node
7363 uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
You can’t perform that action at this time.
0 commit comments