@@ -21,10 +21,10 @@ jobs:
21
21
name : Format
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
25
25
26
26
- name : Install uv
27
- uses : astral-sh/setup-uv@v6
27
+ uses : astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb
28
28
29
29
- name : Install the project
30
30
run : uv sync --locked --group test
@@ -43,10 +43,10 @@ jobs:
43
43
runs-on : [ubuntu-latest, macos-latest, windows-latest]
44
44
45
45
steps :
46
- - uses : actions/checkout@v4
46
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
47
47
48
48
- name : Install uv
49
- uses : astral-sh/setup-uv@v6
49
+ uses : astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb
50
50
with :
51
51
python-version : ${{ matrix.python-version }}
52
52
60
60
src docs tests
61
61
62
62
- name : Upload coverage report
63
- uses : codecov/codecov-action@v5.4.3
63
+ uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24
64
64
with :
65
65
token : ${{ secrets.CODECOV_TOKEN }}
66
66
@@ -75,10 +75,10 @@ jobs:
75
75
runs-on : [ubuntu-latest]
76
76
77
77
steps :
78
- - uses : actions/checkout@v4
78
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
79
79
80
80
- name : Install uv
81
- uses : astral-sh/setup-uv@v6
81
+ uses : astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb
82
82
with :
83
83
python-version : ${{ matrix.python-version }}
84
84
- name : Install the project
91
91
src docs tests
92
92
93
93
- name : Upload coverage report
94
- uses : codecov/codecov-action@v5.4.3
94
+ uses : codecov/codecov-action@v18283e04ce6e62d37312384ff67231eb8fd56d24
95
95
with :
96
96
token : ${{ secrets.CODECOV_TOKEN }}
0 commit comments