Skip to content

Commit 8dd6425

Browse files
committed
Use full versions in GitHub action comments
1 parent da007bd commit 8dd6425

3 files changed

Lines changed: 27 additions & 27 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727

2828
steps:
29-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
29+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3030
with:
3131
persist-credentials: false
3232

@@ -77,12 +77,12 @@ jobs:
7777
id-token: write # for codecov upload
7878

7979
steps:
80-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
80+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
8181
with:
8282
persist-credentials: false
8383

8484
- name: Set up Python
85-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
85+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
8686
with:
8787
python-version: ${{ matrix.python-version }}
8888
allow-prereleases: true
@@ -143,7 +143,7 @@ jobs:
143143
issues: write
144144

145145
steps:
146-
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
146+
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
147147
with:
148148
github-token: ${{ secrets.GITHUB_TOKEN }}
149149
script: |

.github/workflows/publish.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
runs-on: ubuntu-latest
2424

2525
steps:
26-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
26+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2727
with:
2828
persist-credentials: false
2929
- name: Set up Python
30-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
30+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
3131
with:
3232
python-version: "3.x"
3333
- name: Check package metadata
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build a binary wheel and a source tarball
4444
run: python -m build
4545
- name: Store the distribution packages
46-
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
46+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4747
with:
4848
name: python-package-distributions
4949
path: dist/
@@ -55,15 +55,15 @@ jobs:
5555
runs-on: ubuntu-latest
5656

5757
steps:
58-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
58+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
5959
with:
6060
persist-credentials: false
6161
- name: Set up Python
62-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
62+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
6363
with:
6464
python-version: "3.x"
6565
- name: Download all the dists
66-
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
66+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
6767
with:
6868
name: python-package-distributions
6969
path: dist/
@@ -84,15 +84,15 @@ jobs:
8484
runs-on: ubuntu-latest
8585

8686
steps:
87-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
87+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
8888
with:
8989
persist-credentials: false
9090
- name: Set up Python
91-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
91+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
9292
with:
9393
python-version: "3.x"
9494
- name: Download all the dists
95-
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
95+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
9696
with:
9797
name: python-package-distributions
9898
path: dist/
@@ -112,15 +112,15 @@ jobs:
112112
runs-on: ubuntu-latest
113113

114114
steps:
115-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
115+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
116116
with:
117117
persist-credentials: false
118118
- name: Set up Python
119-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
119+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
120120
with:
121121
python-version: "3.x"
122122
- name: Download all the dists
123-
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
123+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
124124
with:
125125
name: python-package-distributions
126126
path: dist/
@@ -152,7 +152,7 @@ jobs:
152152

153153
steps:
154154
- name: Download all the dists
155-
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
155+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
156156
with:
157157
name: python-package-distributions
158158
path: dist/

.github/workflows/third_party.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Checkout pydantic
5959
run: git clone --depth=1 https://github.com/pydantic/pydantic.git || git clone --depth=1 https://github.com/pydantic/pydantic.git
6060
- name: Checkout typing_extensions
61-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
61+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
6262
with:
6363
path: typing-extensions-latest
6464
persist-credentials: false
@@ -91,7 +91,7 @@ jobs:
9191
- name: Checkout typing_inspect
9292
run: git clone --depth=1 https://github.com/ilevkivskyi/typing_inspect.git || git clone --depth=1 https://github.com/ilevkivskyi/typing_inspect.git
9393
- name: Checkout typing_extensions
94-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
94+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
9595
with:
9696
path: typing-extensions-latest
9797
persist-credentials: false
@@ -126,7 +126,7 @@ jobs:
126126
- name: Check out pycroscope
127127
run: git clone --depth=1 https://github.com/JelleZijlstra/pycroscope.git || git clone --depth=1 https://github.com/JelleZijlstra/pycroscope.git
128128
- name: Checkout typing_extensions
129-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
129+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
130130
with:
131131
path: typing-extensions-latest
132132
persist-credentials: false
@@ -161,7 +161,7 @@ jobs:
161161
- name: Check out typeguard
162162
run: git clone --depth=1 https://github.com/agronholm/typeguard.git || git clone --depth=1 https://github.com/agronholm/typeguard.git
163163
- name: Checkout typing_extensions
164-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
164+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
165165
with:
166166
path: typing-extensions-latest
167167
persist-credentials: false
@@ -199,7 +199,7 @@ jobs:
199199
- name: Check out typed-argument-parser
200200
run: git clone --depth=1 https://github.com/swansonk14/typed-argument-parser.git || git clone --depth=1 https://github.com/swansonk14/typed-argument-parser.git
201201
- name: Checkout typing_extensions
202-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
202+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
203203
with:
204204
path: typing-extensions-latest
205205
persist-credentials: false
@@ -242,7 +242,7 @@ jobs:
242242
- name: Checkout mypy for stubtest and mypyc tests
243243
run: git clone --depth=1 https://github.com/python/mypy.git || git clone --depth=1 https://github.com/python/mypy.git
244244
- name: Checkout typing_extensions
245-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
245+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
246246
with:
247247
path: typing-extensions-latest
248248
persist-credentials: false
@@ -278,7 +278,7 @@ jobs:
278278
- name: Checkout cattrs
279279
run: git clone --depth=1 https://github.com/python-attrs/cattrs.git || git clone --depth=1 https://github.com/python-attrs/cattrs.git
280280
- name: Checkout typing_extensions
281-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
281+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
282282
with:
283283
path: typing-extensions-latest
284284
persist-credentials: false
@@ -316,7 +316,7 @@ jobs:
316316
- name: Checkout sqlalchemy
317317
run: git clone -b ${{ matrix.checkout-ref }} --depth=1 https://github.com/sqlalchemy/sqlalchemy.git || git clone -b ${{ matrix.checkout-ref }} --depth=1 https://github.com/sqlalchemy/sqlalchemy.git
318318
- name: Checkout typing_extensions
319-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
319+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
320320
with:
321321
path: typing-extensions-latest
322322
persist-credentials: false
@@ -348,7 +348,7 @@ jobs:
348348
- name: Checkout litestar
349349
run: git clone --depth=1 https://github.com/litestar-org/litestar.git || git clone --depth=1 https://github.com/litestar-org/litestar.git
350350
- name: Checkout typing_extensions
351-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
351+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
352352
with:
353353
path: typing-extensions-latest
354354
persist-credentials: false
@@ -405,7 +405,7 @@ jobs:
405405
issues: write
406406

407407
steps:
408-
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
408+
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
409409
with:
410410
github-token: ${{ secrets.GITHUB_TOKEN }}
411411
script: |

0 commit comments

Comments
 (0)