@@ -100,7 +100,7 @@ jobs:
100100 steps :
101101
102102 - name : Checkout Pull Request
103- uses : actions/checkout@v6
103+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
104104 with :
105105
106106 repository : ${{ github.event.pull_request.head.repo.full_name }}
@@ -130,7 +130,7 @@ jobs:
130130 # https://github.com/marketplace/actions/setup-python
131131
132132 - name : Setup Python ${{ matrix.py }}
133- uses : actions/setup-python@v6
133+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
134134 with :
135135
136136 python-version : ${{ matrix.py }}
@@ -147,7 +147,7 @@ jobs:
147147 # https://github.com/marketplace/actions/upload-a-build-artifact
148148
149149 - name : Upload Artifacts
150- uses : actions/upload-artifact@v6
150+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
151151 with :
152152
153153 # constraints.txt
@@ -172,7 +172,7 @@ jobs:
172172 # https://github.com/marketplace/actions/checkout
173173
174174 - name : Checkout Pull Request
175- uses : actions/checkout@v6
175+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
176176 with :
177177
178178 repository : ${{ github.event.pull_request.head.repo.full_name }}
@@ -188,7 +188,7 @@ jobs:
188188 # https://github.com/marketplace/actions/download-a-build-artifact
189189
190190 - name : Download Artifacts
191- uses : actions/download-artifact@v6
191+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
192192 with :
193193
194194 merge-multiple : true
@@ -212,7 +212,7 @@ jobs:
212212 # https://github.com/marketplace/actions/github-script
213213
214214 - name : Comment Pull Request
215- uses : actions/github-script@v8
215+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
216216 if : ${{ success() }}
217217
218218 with :
0 commit comments