Skip to content

Commit 6a9b115

Browse files
Bump the github-actions-minor-patch group across 1 directory with 3 updates (#3244)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent afc887f commit 6a9b115

8 files changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/buildAndTestMulti.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
fetch-depth: 2
7878
submodules: "true"
7979

80-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
80+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
8181
with:
8282
python-version: '3.12'
8383

@@ -91,7 +91,7 @@ jobs:
9191
python -m pip install --require-hashes -r python/requirements_dev.lock
9292
9393
- name: Setup Cpp
94-
uses: aminya/setup-cpp@1f17f92d6a52bfcb1a25348e2c526c2e5cbb1134 # v1.8.0
94+
uses: aminya/setup-cpp@8170d66c458f4a045220b7b0966c10940bb2a15d # v1.8.1
9595
with:
9696
compiler: ${{ matrix.COMPILER }}
9797
vcvarsall: ${{ contains(matrix.OS, 'windows') }}

.github/workflows/buildAndTestPythons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
fetch-depth: 2
5353
submodules: "true"
5454

55-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
55+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
5656
with:
5757
python-version: ${{ matrix.python_version }}
5858

.github/workflows/buildRyzenWheels.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

.github/workflows/lintAndFormat.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
sudo apt-get update
4141
sudo apt-get install -y clang-tidy ninja-build clang libelf-dev
4242
43-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
43+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
4444
with:
4545
python-version: '3.12'
4646

@@ -159,12 +159,12 @@ jobs:
159159
submodules: "true"
160160

161161
- name: Install clang-format
162-
uses: aminya/setup-cpp@1f17f92d6a52bfcb1a25348e2c526c2e5cbb1134 # v1.8.0
162+
uses: aminya/setup-cpp@8170d66c458f4a045220b7b0966c10940bb2a15d # v1.8.1
163163
with:
164164
clangformat: 17.0.1
165165

166166
- name: Setup Python env
167-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
167+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
168168
with:
169169
python-version: '3.12'
170170

@@ -257,7 +257,7 @@ jobs:
257257
fetch-depth: 2
258258
submodules: "true"
259259

260-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
260+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
261261
with:
262262
python-version: '3.12'
263263

.github/workflows/mlirAIEDistro.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ jobs:
365365
366366
- name: Generate build provenance attestation
367367
if: github.event_name != 'pull_request'
368-
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
368+
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
369369
with:
370370
subject-path: ${{ steps.workspace_root.outputs.WORKSPACE_ROOT }}/wheelhouse/*.whl
371371

@@ -496,7 +496,7 @@ jobs:
496496
name: build_artifact_${{ matrix.OS }}_${{ matrix.ARCH }}_rtti_${{ matrix.ENABLE_RTTI }}
497497
path: dist
498498

499-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
499+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
500500
with:
501501
python-version: '3.12'
502502

@@ -591,7 +591,7 @@ jobs:
591591
done
592592
ls -la
593593
594-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
594+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
595595
with:
596596
python-version: '3.12'
597597

.github/workflows/mlirDistro.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
MATRIX_ARCH: ${{ matrix.ARCH }}
206206
EXTRA_KEY: mlir-distro-enable-rtti-${{ matrix.ENABLE_RTTI }}
207207

208-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
208+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
209209
with:
210210
python-version: '3.12'
211211

@@ -381,7 +381,7 @@ jobs:
381381
382382
- name: Generate build provenance attestation
383383
if: github.event_name != 'pull_request' && github.event_name != 'schedule'
384-
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
384+
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
385385
with:
386386
subject-path: ${{ steps.workspace_root.outputs.WORKSPACE_ROOT }}/wheelhouse/*.whl
387387

@@ -427,7 +427,7 @@ jobs:
427427
name: build_artifact_${{ matrix.OS }}_${{ matrix.ARCH }}_rtti_${{ matrix.ENABLE_RTTI }}
428428
path: dist
429429

430-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
430+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
431431
with:
432432
python-version: '3.12'
433433

.github/workflows/update-llvm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2929

3030
- name: Set up Python
31-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
31+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
3232
with:
3333
python-version: '3.x'
3434

.github/workflows/update-peano.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2626

2727
- name: Set up Python
28-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
28+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
2929
with:
3030
python-version: '3.x'
3131

0 commit comments

Comments
 (0)