Skip to content

Commit e6463a8

Browse files
Merge pull request #414 from flintlib/dependabot/github_actions/minor-patch-dependencies-4264b6bcd2
build(deps): bump the minor-patch-dependencies group with 4 updates
2 parents a9ed2b4 + 3db3d4e commit e6463a8

3 files changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/buildwheel.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
cibw_config_settings: "build-dir=flint_wasm_build setup-args=-Dflint_version_check=false"
132132

133133
steps:
134-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
134+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
135135
with:
136136
persist-credentials: false
137137

@@ -179,7 +179,7 @@ jobs:
179179
# ------------- actual build ------------- #
180180

181181
- name: Build wheels
182-
uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0
182+
uses: pypa/cibuildwheel@4726cd35bb13f7bde50cf2761f2499ac7b3aa32c # v4.1.1
183183
env:
184184
CIBW_PLATFORM: ${{ matrix.cibw_platform }}
185185
CIBW_BUILD: ${{ matrix.cibw_build }}
@@ -198,7 +198,7 @@ jobs:
198198
runs-on: ubuntu-22.04
199199

200200
steps:
201-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
201+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
202202
with:
203203
persist-credentials: false
204204

@@ -302,7 +302,7 @@ jobs:
302302
matrix:
303303
os: [ubuntu-24.04]
304304
steps:
305-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
305+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
306306
with:
307307
persist-credentials: false
308308
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
@@ -317,7 +317,7 @@ jobs:
317317
name: Test docs (build and doctest)
318318
runs-on: ubuntu-24.04
319319
steps:
320-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
320+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
321321
with:
322322
persist-credentials: false
323323
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
@@ -334,7 +334,7 @@ jobs:
334334
name: 'Test old Cython/meson-python'
335335
runs-on: ubuntu-24.04
336336
steps:
337-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
337+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
338338
with:
339339
persist-credentials: false
340340
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
@@ -370,7 +370,7 @@ jobs:
370370
'v3.5.0',
371371
]
372372
steps:
373-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
373+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
374374
with:
375375
persist-credentials: false
376376
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
@@ -387,7 +387,7 @@ jobs:
387387
name: Test flint main Linux x86-64
388388
runs-on: ubuntu-24.04
389389
steps:
390-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
390+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
391391
with:
392392
persist-credentials: false
393393
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
@@ -403,7 +403,7 @@ jobs:
403403
name: Test flint main Linux ARM
404404
runs-on: ubuntu-24.04-arm
405405
steps:
406-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
406+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
407407
with:
408408
persist-credentials: false
409409
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
@@ -419,7 +419,7 @@ jobs:
419419
name: Test coverage setuptools build
420420
runs-on: ubuntu-24.04
421421
steps:
422-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
422+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
423423
with:
424424
persist-credentials: false
425425
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
@@ -435,7 +435,7 @@ jobs:
435435
name: Test coverage meson build
436436
runs-on: ubuntu-24.04
437437
steps:
438-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
438+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
439439
with:
440440
persist-credentials: false
441441
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
@@ -455,7 +455,7 @@ jobs:
455455
matrix:
456456
sympy-version: ['1.13.1', '1.14.0']
457457
steps:
458-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
458+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
459459
with:
460460
persist-credentials: false
461461
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
@@ -475,7 +475,7 @@ jobs:
475475
name: Test SymPy master
476476
runs-on: ubuntu-24.04
477477
steps:
478-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
478+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
479479
with:
480480
persist-credentials: false
481481
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
@@ -553,7 +553,7 @@ jobs:
553553
# It is recommended to pin a commit hash here for security but it
554554
# should be kept up to date. Possibly all actions and dependencies used
555555
# by the build script should be pinned...
556-
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
556+
uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2
557557

558558
# Make a GitHub release
559559

@@ -565,7 +565,7 @@ jobs:
565565
contents: write # Required to create the GitHub release with the gh CLI.
566566

567567
steps:
568-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
568+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
569569
with:
570570
persist-credentials: false
571571

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
python-version: ["3.12"]
1919
steps:
20-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
20+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2121
with:
2222
persist-credentials: false
2323

.github/workflows/zizmor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
contents: read
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
19+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2020
with:
2121
persist-credentials: false
2222

2323
- name: Run zizmor
24-
uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7
24+
uses: zizmorcore/zizmor-action@6fc4b006235f201fdab3722e17240ab420d580e5 # v0.6.1
2525
with:
2626
advanced-security: false
2727
annotations: true

0 commit comments

Comments
 (0)