File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 pre-commit-check :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v4
9+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1010 - name : Set up Python
11- uses : actions/setup-python@v5
11+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
1212 with :
1313 python-version : ' 3.10'
1414 - name : Install dependencies
Original file line number Diff line number Diff line change 1- name : " [CPU] mostlyai-qa Tests"
1+ name : ' [CPU] mostlyai-qa Tests'
22
33on :
44 workflow_call :
55
6-
76env :
8- PYTHON_KEYRING_BACKEND : keyring.backends.null.Keyring
9- FORCE_COLOR : " 1 "
7+ PYTHON_KEYRING_BACKEND : keyring.backends.null.Keyring
8+ FORCE_COLOR : ' 1 '
109
1110jobs :
1211 run-tests-cpu :
@@ -16,15 +15,15 @@ jobs:
1615 packages : write
1716 steps :
1817 - name : Setup | Checkout
19- uses : actions/checkout@v4
18+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2019
2120 - name : Setup | Python
22- uses : actions/setup-python@v5
21+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
2322 with :
2423 python-version : ' 3.10'
2524
2625 - name : Setup | uv
27- uses : astral-sh/setup-uv@v5
26+ uses : astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7.1.5
2827 with :
2928 enable-cache : false
3029 python-version : ' 3.10'
Original file line number Diff line number Diff line change 1- name : " [GPU] mostlyai-qa Tests"
1+ name : ' [GPU] mostlyai-qa Tests'
22
33on :
44 workflow_call :
55
66env :
7- PYTHON_KEYRING_BACKEND : keyring.backends.null.Keyring
8- FORCE_COLOR : " 1 "
7+ PYTHON_KEYRING_BACKEND : keyring.backends.null.Keyring
8+ FORCE_COLOR : ' 1 '
99
1010jobs :
1111 run-tests-gpu :
@@ -23,15 +23,15 @@ jobs:
2323 apt-get install -y --no-install-recommends git
2424
2525 - name : Setup | Checkout
26- uses : actions/checkout@v4
26+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2727
2828 - name : Setup | Python
29- uses : actions/setup-python@v5
29+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
3030 with :
3131 python-version : ' 3.10'
3232
3333 - name : Setup | uv
34- uses : astral-sh/setup-uv@v5
34+ uses : astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7.1.5
3535 with :
3636 enable-cache : false
3737 python-version : ' 3.10'
You can’t perform that action at this time.
0 commit comments