|
58 | 58 | - name: Checkout pydantic |
59 | 59 | run: git clone --depth=1 https://github.com/pydantic/pydantic.git || git clone --depth=1 https://github.com/pydantic/pydantic.git |
60 | 60 | - name: Checkout typing_extensions |
61 | | - uses: actions/checkout@v6 |
| 61 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
62 | 62 | with: |
63 | 63 | path: typing-extensions-latest |
64 | 64 | persist-credentials: false |
|
91 | 91 | - name: Checkout typing_inspect |
92 | 92 | run: git clone --depth=1 https://github.com/ilevkivskyi/typing_inspect.git || git clone --depth=1 https://github.com/ilevkivskyi/typing_inspect.git |
93 | 93 | - name: Checkout typing_extensions |
94 | | - uses: actions/checkout@v6 |
| 94 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
95 | 95 | with: |
96 | 96 | path: typing-extensions-latest |
97 | 97 | persist-credentials: false |
@@ -126,7 +126,7 @@ jobs: |
126 | 126 | - name: Check out pycroscope |
127 | 127 | run: git clone --depth=1 https://github.com/JelleZijlstra/pycroscope.git || git clone --depth=1 https://github.com/JelleZijlstra/pycroscope.git |
128 | 128 | - name: Checkout typing_extensions |
129 | | - uses: actions/checkout@v6 |
| 129 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
130 | 130 | with: |
131 | 131 | path: typing-extensions-latest |
132 | 132 | persist-credentials: false |
@@ -161,7 +161,7 @@ jobs: |
161 | 161 | - name: Check out typeguard |
162 | 162 | run: git clone --depth=1 https://github.com/agronholm/typeguard.git || git clone --depth=1 https://github.com/agronholm/typeguard.git |
163 | 163 | - name: Checkout typing_extensions |
164 | | - uses: actions/checkout@v6 |
| 164 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
165 | 165 | with: |
166 | 166 | path: typing-extensions-latest |
167 | 167 | persist-credentials: false |
@@ -199,7 +199,7 @@ jobs: |
199 | 199 | - name: Check out typed-argument-parser |
200 | 200 | 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 |
201 | 201 | - name: Checkout typing_extensions |
202 | | - uses: actions/checkout@v6 |
| 202 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
203 | 203 | with: |
204 | 204 | path: typing-extensions-latest |
205 | 205 | persist-credentials: false |
@@ -242,7 +242,7 @@ jobs: |
242 | 242 | - name: Checkout mypy for stubtest and mypyc tests |
243 | 243 | run: git clone --depth=1 https://github.com/python/mypy.git || git clone --depth=1 https://github.com/python/mypy.git |
244 | 244 | - name: Checkout typing_extensions |
245 | | - uses: actions/checkout@v6 |
| 245 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
246 | 246 | with: |
247 | 247 | path: typing-extensions-latest |
248 | 248 | persist-credentials: false |
@@ -278,7 +278,7 @@ jobs: |
278 | 278 | - name: Checkout cattrs |
279 | 279 | run: git clone --depth=1 https://github.com/python-attrs/cattrs.git || git clone --depth=1 https://github.com/python-attrs/cattrs.git |
280 | 280 | - name: Checkout typing_extensions |
281 | | - uses: actions/checkout@v6 |
| 281 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
282 | 282 | with: |
283 | 283 | path: typing-extensions-latest |
284 | 284 | persist-credentials: false |
@@ -316,7 +316,7 @@ jobs: |
316 | 316 | - name: Checkout sqlalchemy |
317 | 317 | 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 |
318 | 318 | - name: Checkout typing_extensions |
319 | | - uses: actions/checkout@v6 |
| 319 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
320 | 320 | with: |
321 | 321 | path: typing-extensions-latest |
322 | 322 | persist-credentials: false |
@@ -348,7 +348,7 @@ jobs: |
348 | 348 | - name: Checkout litestar |
349 | 349 | run: git clone --depth=1 https://github.com/litestar-org/litestar.git || git clone --depth=1 https://github.com/litestar-org/litestar.git |
350 | 350 | - name: Checkout typing_extensions |
351 | | - uses: actions/checkout@v6 |
| 351 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
352 | 352 | with: |
353 | 353 | path: typing-extensions-latest |
354 | 354 | persist-credentials: false |
@@ -405,7 +405,7 @@ jobs: |
405 | 405 | issues: write |
406 | 406 |
|
407 | 407 | steps: |
408 | | - - uses: actions/github-script@v9 |
| 408 | + - uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 |
409 | 409 | with: |
410 | 410 | github-token: ${{ secrets.GITHUB_TOKEN }} |
411 | 411 | script: | |
|
0 commit comments