Skip to content

Commit 090de2e

Browse files
committed
Pin third-party CI workflow actions
1 parent 5f98958 commit 090de2e

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/_legacy-checkpoints.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
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>

.github/workflows/ci-tests-fabric.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
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:

.github/workflows/ci-tests-pytorch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
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:

.github/workflows/code-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
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

.github/workflows/docs-tutorials.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
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>

.github/workflows/release-pkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)