@@ -225,7 +225,7 @@ jobs:
225225 python -m twine check --strict wheelhouse/repaired_wheel/mlir_aie*whl
226226
227227 - name : Set up Python (host) for smoke test
228- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
228+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
229229 with :
230230 python-version : ${{ matrix.python_version }}
231231 allow-prereleases : true
@@ -240,7 +240,7 @@ jobs:
240240
241241 - name : Generate build provenance attestation
242242 if : github.event_name != 'pull_request'
243- uses : actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
243+ uses : actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
244244 with :
245245 subject-path : wheelhouse/repaired_wheel/mlir_aie*whl
246246
@@ -298,7 +298,7 @@ jobs:
298298 fetch-tags : true
299299
300300 - name : Set up Python
301- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
301+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
302302 with :
303303 python-version : ${{ matrix.python_version }}
304304 allow-prereleases : true
@@ -483,7 +483,7 @@ jobs:
483483
484484 - name : Generate build provenance attestation
485485 if : github.event_name != 'pull_request'
486- uses : actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
486+ uses : actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
487487 with :
488488 subject-path : wheelhouse/repaired_wheel/mlir_aie*whl
489489
@@ -539,7 +539,7 @@ jobs:
539539 find wheels_off -name 'mlir_aie*whl' -exec cp -f {} wheels_off_flat/ \;
540540
541541 - name : Set up Python (host) for rehearsal
542- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
542+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
543543 with :
544544 python-version : ' 3.12'
545545
0 commit comments