File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 - uses : actions/checkout@v6
6161
6262 - name : Install uv and set Python version
63- uses : astral-sh/setup-uv@v7
63+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
6464 with :
6565 python-version : " 3.10"
6666 # TODO: Avoid activating environment like this
@@ -153,7 +153,7 @@ jobs:
153153 run : echo ${PL_VERSION} >> back-compatible-versions.txt
154154
155155 - name : Create Pull Request
156- uses : peter-evans/create-pull-request@v8
156+ uses : peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
157157 with :
158158 title : Adding test for legacy checkpoint created with ${{ env.PL_VERSION }}
159159 committer : GitHub <noreply@github.com>
Original file line number Diff line number Diff line change 7474 - uses : actions/checkout@v6
7575
7676 - name : Install uv and set Python version
77- uses : astral-sh/setup-uv@v7
77+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
7878 with :
7979 python-version : ${{ matrix.config.python-version || '3.10' }}
8080 # TODO: Avoid activating environment like this
@@ -167,7 +167,7 @@ jobs:
167167 coverage xml
168168
169169 - name : Upload coverage to Codecov
170- uses : codecov/codecov-action@v6
170+ uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
171171 # see: https://github.com/actions/toolkit/issues/399
172172 continue-on-error : true
173173 with :
Original file line number Diff line number Diff line change 7979 - uses : actions/checkout@v6
8080
8181 - name : Install uv and set Python version
82- uses : astral-sh/setup-uv@v7
82+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
8383 with :
8484 python-version : ${{ matrix.config.python-version || '3.10' }}
8585 # TODO: Avoid activating environment like this
@@ -202,12 +202,12 @@ jobs:
202202
203203 - name : Upload test results to Codecov
204204 if : ${{ !cancelled() }} # Run even if tests fail
205- uses : codecov/test-results-action@v1
205+ uses : codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 # v1.2.1
206206 with :
207207 token : ${{ secrets.CODECOV_TOKEN }}
208208
209209 - name : Upload coverage to Codecov
210- uses : codecov/codecov-action@v6
210+ uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
211211 # see: https://github.com/actions/toolkit/issues/399
212212 continue-on-error : true
213213 with :
Original file line number Diff line number Diff line change 3434 - uses : actions/checkout@v6
3535
3636 - name : Install uv and set Python version
37- uses : astral-sh/setup-uv@v7
37+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
3838 with :
3939 python-version : " 3.11"
4040 # TODO: Avoid activating environment like this
Original file line number Diff line number Diff line change 7474 lfs : ${{ matrix.pkg-name == 'pytorch' }}
7575
7676 - name : Install uv and set Python version
77- uses : astral-sh/setup-uv@v7
77+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
7878 with :
7979 python-version : " 3.10"
8080 # TODO: Avoid activating environment like this
Original file line number Diff line number Diff line change 4848
4949 - name : Create Pull Request
5050 if : ${{ github.event_name != 'pull_request' && env.SHA_ACTUAL != env.SHA_LATEST }}
51- uses : peter-evans/create-pull-request@v8
51+ uses : peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
5252 with :
5353 title : " docs: update ref to latest tutorials"
5454 committer : GitHub <noreply@github.com>
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103
104104 - name : Create Pull Request
105105 if : github.event_name != 'pull_request'
106- uses : peter-evans/create-pull-request@v8
106+ uses : peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
107107 with :
108108 title : " Bump lightning ver `${{ env.TAG }}`"
109109 committer : GitHub <noreply@github.com>
You can’t perform that action at this time.
0 commit comments