@@ -74,17 +74,17 @@ jobs:
7474
7575 steps :
7676 - name : Cancel Previous Runs
77- uses : styfle/cancel-workflow-action@0.12.0
77+ uses : styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
7878 with :
7979 access_token : ${{ github.token }}
8080
8181 - name : Checkout DPNP repo
82- uses : actions/checkout@v4.1.1
82+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
8383 with :
8484 fetch-depth : 0
8585
8686 - name : Setup miniconda
87- uses : conda-incubator/setup-miniconda@v3.0.1
87+ uses : conda-incubator/setup-miniconda@11b562958363ec5770fef326fe8ef0366f8cbf8a # v3.0.1
8888 with :
8989 auto-update-conda : true
9090 python-version : ${{ matrix.python }}
@@ -105,7 +105,7 @@ jobs:
105105 run : conda install conda-build=3.28.4
106106
107107 - name : Cache conda packages
108- uses : actions/cache@v4
108+ uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
109109 env :
110110 CACHE_NUMBER : 1 # Increase to reset cache
111111 with :
@@ -120,7 +120,7 @@ jobs:
120120 run : conda build --no-test --python ${{ matrix.python }} ${{ env.CHANNELS }} conda-recipe
121121
122122 - name : Upload artifact
123- uses : actions/upload-artifact@v4.3.0
123+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
124124 with :
125125 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
126126 path : ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.tar.bz2
@@ -153,7 +153,7 @@ jobs:
153153
154154 steps :
155155 - name : Download artifact
156- uses : actions/download-artifact@v4.1.1
156+ uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
157157 with :
158158 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
159159 path : ${{ env.pkg-path-in-channel }}
@@ -164,7 +164,7 @@ jobs:
164164 tar -xvf ${{ env.pkg-path-in-channel }}/${{ env.PACKAGE_NAME }}-*.tar.bz2 -C ${{ env.extracted-pkg-path }}
165165
166166 - name : Setup miniconda
167- uses : conda-incubator/setup-miniconda@v3.0.1
167+ uses : conda-incubator/setup-miniconda@11b562958363ec5770fef326fe8ef0366f8cbf8a # v3.0.1
168168 with :
169169 auto-update-conda : true
170170 python-version : ${{ matrix.python }}
@@ -196,7 +196,7 @@ jobs:
196196 TEST_CHANNELS : ' -c ${{ env.channel-path }} ${{ env.CHANNELS }}'
197197
198198 - name : Cache conda packages
199- uses : actions/cache@v4
199+ uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
200200 env :
201201 CACHE_NUMBER : 1 # Increase to reset cache
202202 with :
@@ -254,7 +254,7 @@ jobs:
254254
255255 steps :
256256 - name : Download artifact
257- uses : actions/download-artifact@v4.1.1
257+ uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
258258 with :
259259 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
260260 path : ${{ env.pkg-path-in-channel }}
@@ -274,7 +274,7 @@ jobs:
274274 dir ${{ env.extracted-pkg-path }}
275275
276276 - name : Setup miniconda
277- uses : conda-incubator/setup-miniconda@v3.0.1
277+ uses : conda-incubator/setup-miniconda@11b562958363ec5770fef326fe8ef0366f8cbf8a # v3.0.1
278278 with :
279279 auto-update-conda : true
280280 python-version : ${{ matrix.python }}
@@ -320,7 +320,7 @@ jobs:
320320 run : more lockfile
321321
322322 - name : Cache conda packages
323- uses : actions/cache@v4
323+ uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
324324 env :
325325 CACHE_NUMBER : 1 # Increase to reset cache
326326 with :
@@ -388,12 +388,12 @@ jobs:
388388
389389 steps :
390390 - name : Download artifact
391- uses : actions/download-artifact@v4.1.1
391+ uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
392392 with :
393393 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
394394
395395 - name : Setup miniconda
396- uses : conda-incubator/setup-miniconda@v3.0.1
396+ uses : conda-incubator/setup-miniconda@11b562958363ec5770fef326fe8ef0366f8cbf8a # v3.0.1
397397 with :
398398 auto-update-conda : true
399399 python-version : ${{ matrix.python }}
@@ -416,7 +416,7 @@ jobs:
416416 run :
417417 shell : bash -el {0}
418418 steps :
419- - uses : conda-incubator/setup-miniconda@v3.0.1
419+ - uses : conda-incubator/setup-miniconda@11b562958363ec5770fef326fe8ef0366f8cbf8a # v3.0.1
420420 with :
421421 run-post : false
422422 channel-priority : " disabled"
@@ -427,7 +427,7 @@ jobs:
427427 run : conda install anaconda-client
428428
429429 - name : Checkout repo
430- uses : actions/checkout@v4.1.1
430+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
431431 with :
432432 repository : IntelPython/devops-tools
433433 fetch-depth : 0
0 commit comments