Skip to content

Commit c689e47

Browse files
chore: pin workflow step versions to a commit sha (#217)
1 parent e91ede1 commit c689e47

3 files changed

Lines changed: 14 additions & 15 deletions

File tree

.github/workflows/pre-commit-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
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

.github/workflows/run-tests-cpu.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
name: "[CPU] mostlyai-qa Tests"
1+
name: '[CPU] mostlyai-qa Tests'
22

33
on:
44
workflow_call:
55

6-
76
env:
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

1110
jobs:
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'

.github/workflows/run-tests-gpu.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: "[GPU] mostlyai-qa Tests"
1+
name: '[GPU] mostlyai-qa Tests'
22

33
on:
44
workflow_call:
55

66
env:
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

1010
jobs:
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'

0 commit comments

Comments
 (0)