@@ -23,11 +23,11 @@ jobs:
2323 python : ['3.9', '3.10', '3.11', '3.12']
2424 steps :
2525 - name : Cancel Previous Runs
26- uses : styfle/cancel-workflow-action@0.12.1
26+ uses : styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
2727 with :
2828 access_token : ${{ github.token }}
2929
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3131 with :
3232 fetch-depth : 0
3333
3636 echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
3737
3838 - name : Cache conda packages
39- uses : actions/cache@v4
39+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4040 env :
4141 CACHE_NUMBER : 0 # Increase to reset cache
4242 with :
6666 conda-recipe-cf
6767
6868 - name : Upload artifact
69- uses : actions/upload-artifact@v4
69+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7070 with :
7171 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
7272 path : /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.conda
8787
8888 steps :
8989 - name : Download artifact
90- uses : actions/download-artifact@v4
90+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
9191 with :
9292 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python_ver }}
9393
@@ -118,7 +118,7 @@ jobs:
118118 echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
119119
120120 - name : Cache conda packages
121- uses : actions/cache@v4
121+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
122122 env :
123123 CACHE_NUMBER : 0 # Increase to reset cache
124124 with :
@@ -150,15 +150,15 @@ jobs:
150150 python : ['3.9', '3.10', '3.11', '3.12']
151151 steps :
152152 - name : Cancel Previous Runs
153- uses : styfle/cancel-workflow-action@0.12.1
153+ uses : styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
154154 with :
155155 access_token : ${{ github.token }}
156156
157- - uses : actions/checkout@v4
157+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
158158 with :
159159 fetch-depth : 0
160160
161- - uses : conda-incubator/setup-miniconda@v3
161+ - uses : conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
162162 with :
163163 miniforge-version : latest
164164 activate-environment : build
@@ -170,7 +170,7 @@ jobs:
170170 run : conda install -n base conda-build
171171
172172 - name : Cache conda packages
173- uses : actions/cache@v4
173+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
174174 env :
175175 CACHE_NUMBER : 3 # Increase to reset cache
176176 with :
@@ -192,7 +192,7 @@ jobs:
192192 echo "CONDA_BLD=$CONDA/conda-bld/win-64/" | tr "\\\\" '/' >> $GITHUB_ENV
193193
194194 - name : Upload artifact
195- uses : actions/upload-artifact@v4
195+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
196196 with :
197197 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
198198 path : ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.conda
@@ -217,11 +217,11 @@ jobs:
217217
218218 steps :
219219 - name : Download artifact
220- uses : actions/download-artifact@v4
220+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
221221 with :
222222 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python_ver }}
223223
224- - uses : conda-incubator/setup-miniconda@v3
224+ - uses : conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
225225 with :
226226 miniforge-version : latest
227227 activate-environment : ${{ env.TEST_ENV_NAME }}
@@ -273,7 +273,7 @@ jobs:
273273 run : Get-Content -Path .\lockfile
274274
275275 - name : Cache conda packages
276- uses : actions/cache@v4
276+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
277277 env :
278278 CACHE_NUMBER : 0 # Increase to reset cache
279279 with :
0 commit comments