File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101
102102 - name : Upload artifacts on failure
103103 if : failure()
104- uses : actions/upload-artifact@v4
104+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
105105 with :
106106 name : quick-regression-failure-${{ matrix.system }}
107107 path : |
@@ -135,7 +135,7 @@ jobs:
135135
136136 - name : Upload docs artifact
137137 if : always()
138- uses : actions/upload-artifact@v4
138+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
139139 with :
140140 name : docs-html
141141 path : docs/_build/html
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ jobs:
154154
155155 steps :
156156 - name : Checkout
157- uses : actions/checkout@v4
157+ uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
158158 with :
159159 ref : main
160160
@@ -164,7 +164,7 @@ jobs:
164164 grep '{% set version' conda-recipe/meta.yaml
165165
166166 - name : Setup Conda (conda-forge only)
167- uses : conda-incubator/setup-miniconda@v3
167+ uses : conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3
168168 with :
169169 miniforge-variant : Miniforge3
170170 python-version : " 3.12"
Original file line number Diff line number Diff line change 99 update-license-year :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v6
12+ - uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
1313 with :
1414 fetch-depth : 0
15- - uses : FantasticFiasco/action-update-license-year@v3
15+ - uses : FantasticFiasco/action-update-license-year@f180e962fa988db222d8f03ef4636750312d1b3d # v3
1616 with :
1717 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 4141
4242 - name : Upload docs artifacts on failure
4343 if : failure()
44- uses : actions/upload-artifact@v4
44+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
4545 with :
4646 name : docs-${{ matrix.os }}-py${{ matrix.python-version }}-failure
4747 path : |
Original file line number Diff line number Diff line change 7474
7575 - name : Upload regression artifacts (failure)
7676 if : failure()
77- uses : actions/upload-artifact@v4
77+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
7878 with :
7979 name : regression-${{ matrix.system }}-artifacts
8080 path : |
You can’t perform that action at this time.
0 commit comments