@@ -25,11 +25,11 @@ jobs:
2525
2626 steps :
2727 - name : Cancel Previous Runs
28- 28+ uses : styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
2929 with :
3030 access_token : ${{ github.token }}
3131
32- 32+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3333 with :
3434 fetch-depth : 0
3535
3838 echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
3939
4040 - name : Cache conda packages
41- uses : actions/cache@v4
41+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4242 env :
4343 CACHE_NUMBER : 0 # Increase to reset cache
4444 with :
6868 conda-recipe
6969
7070 - name : Upload artifact
71- 71+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7272 with :
7373 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
7474 path : /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.conda
@@ -84,21 +84,21 @@ jobs:
8484
8585 steps :
8686 - name : Cancel Previous Runs
87- 87+ uses : styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
8888 with :
8989 access_token : ${{ github.token }}
9090
91- 91+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
9292 with :
9393 fetch-depth : 0
94- - uses : conda-incubator/setup-miniconda@v3
94+ - uses : conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
9595 with :
9696 conda-remove-defaults : true
9797 auto-activate-base : true
9898 activate-environment : " "
9999
100100 - name : Cache conda packages
101- uses : actions/cache@v4
101+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
102102 env :
103103 CACHE_NUMBER : 3 # Increase to reset cache
104104 with :
@@ -116,7 +116,7 @@ jobs:
116116 run : conda build --no-test --python ${{ matrix.python }} -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels conda-recipe
117117
118118 - name : Upload artifact
119- 119+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
120120 with :
121121 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
122122 path : ${{ env.conda-bld }}${{ env.PACKAGE_NAME }}-*.conda
@@ -136,7 +136,7 @@ jobs:
136136
137137 steps :
138138 - name : Download artifact
139- uses : actions/download-artifact@v4
139+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
140140 with :
141141 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
142142
@@ -169,7 +169,7 @@ jobs:
169169 echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
170170
171171 - name : Cache conda packages
172- uses : actions/cache@v4
172+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
173173 env :
174174 CACHE_NUMBER : 0 # Increase to reset cache
175175 with :
@@ -210,10 +210,10 @@ jobs:
210210
211211 steps :
212212 - name : Download artifact
213- uses : actions/download-artifact@v4
213+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
214214 with :
215215 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
217217 with :
218218 conda-remove-defaults : true
219219 auto-activate-base : true
@@ -244,7 +244,7 @@ jobs:
244244 more lockfile
245245
246246 - name : Cache conda packages
247- uses : actions/cache@v4
247+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
248248 env :
249249 CACHE_NUMBER : 3 # Increase to reset cache
250250 with :
0 commit comments