@@ -25,11 +25,11 @@ jobs:
25
25
26
26
steps :
27
27
- name : Cancel Previous Runs
28
-
28
+ uses : styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
29
29
with :
30
30
access_token : ${{ github.token }}
31
31
32
-
32
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
33
33
with :
34
34
fetch-depth : 0
35
35
38
38
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
39
39
40
40
- name : Cache conda packages
41
- uses : actions/cache@v4
41
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
42
42
env :
43
43
CACHE_NUMBER : 0 # Increase to reset cache
44
44
with :
68
68
conda-recipe
69
69
70
70
- name : Upload artifact
71
-
71
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
72
72
with :
73
73
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
74
74
path : /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.conda
@@ -84,21 +84,21 @@ jobs:
84
84
85
85
steps :
86
86
- name : Cancel Previous Runs
87
-
87
+ uses : styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
88
88
with :
89
89
access_token : ${{ github.token }}
90
90
91
-
91
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
92
92
with :
93
93
fetch-depth : 0
94
- - uses : conda-incubator/setup-miniconda@v3
94
+ - uses : conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
95
95
with :
96
96
conda-remove-defaults : true
97
97
auto-activate-base : true
98
98
activate-environment : " "
99
99
100
100
- name : Cache conda packages
101
- uses : actions/cache@v4
101
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
102
102
env :
103
103
CACHE_NUMBER : 3 # Increase to reset cache
104
104
with :
@@ -116,7 +116,7 @@ jobs:
116
116
run : conda build --no-test --python ${{ matrix.python }} -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels conda-recipe
117
117
118
118
- name : Upload artifact
119
-
119
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
120
120
with :
121
121
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
122
122
path : ${{ env.conda-bld }}${{ env.PACKAGE_NAME }}-*.conda
@@ -136,7 +136,7 @@ jobs:
136
136
137
137
steps :
138
138
- name : Download artifact
139
- uses : actions/download-artifact@v4
139
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
140
140
with :
141
141
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
142
142
@@ -169,7 +169,7 @@ jobs:
169
169
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
170
170
171
171
- name : Cache conda packages
172
- uses : actions/cache@v4
172
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
173
173
env :
174
174
CACHE_NUMBER : 0 # Increase to reset cache
175
175
with :
@@ -210,10 +210,10 @@ jobs:
210
210
211
211
steps :
212
212
- name : Download artifact
213
- uses : actions/download-artifact@v4
213
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
214
214
with :
215
215
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
216
- - uses : conda-incubator/setup-miniconda@v3
216
+ - uses : conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
217
217
with :
218
218
conda-remove-defaults : true
219
219
auto-activate-base : true
@@ -244,7 +244,7 @@ jobs:
244
244
more lockfile
245
245
246
246
- name : Cache conda packages
247
- uses : actions/cache@v4
247
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
248
248
env :
249
249
CACHE_NUMBER : 3 # Increase to reset cache
250
250
with :
0 commit comments