Skip to content

Commit 9d7ea45

Browse files
authored
Merge branch 'RustPython:main' into main
2 parents e9bbfea + fe2a7db commit 9d7ea45

60 files changed

Lines changed: 16516 additions & 486 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# Flag that is raised when any rust code is changed.
4444
rust_code: ${{ steps.check_rust_code.outputs.changed }}
4545
steps:
46-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
46+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4747
with:
4848
fetch-depth: 0
4949
persist-credentials: false
@@ -87,7 +87,7 @@ jobs:
8787
os: [macos-latest, ubuntu-latest, windows-2025]
8888
fail-fast: false
8989
steps:
90-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
90+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
9191
with:
9292
persist-credentials: false
9393

@@ -203,7 +203,7 @@ jobs:
203203
target: x86_64-apple-darwin
204204
fail-fast: false
205205
steps:
206-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
206+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
207207
with:
208208
persist-credentials: false
209209

@@ -313,7 +313,7 @@ jobs:
313313
timeout: 50
314314
fail-fast: false
315315
steps:
316-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
316+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
317317
with:
318318
persist-credentials: false
319319

@@ -457,7 +457,7 @@ jobs:
457457
- ubuntu-latest
458458
- windows-latest
459459
steps:
460-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
460+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
461461
with:
462462
persist-credentials: false
463463

@@ -495,13 +495,13 @@ jobs:
495495
needs.determine_changes.outputs.rust_code == 'true' ||
496496
github.ref == 'refs/heads/main'
497497
steps:
498-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
498+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
499499
with:
500500
persist-credentials: false
501501

502502
- uses: dtolnay/rust-toolchain@stable
503503

504-
- uses: cargo-bins/cargo-binstall@aaa84a43aec4955a42c5ffc65d258961e39f276e # v1.19.1
504+
- uses: cargo-bins/cargo-binstall@30b5ca8b54e1dcffd9548bc87ede1531310fdc67 # v1.20.0
505505

506506
- name: cargo shear
507507
run: |
@@ -518,7 +518,7 @@ jobs:
518518
pull-requests: write
519519
security-events: write # for zizmor
520520
steps:
521-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
521+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
522522
with:
523523
persist-credentials: false
524524

@@ -558,7 +558,7 @@ jobs:
558558
echo "version=${version}" >> "$GITHUB_OUTPUT"
559559
560560
- name: Clone CPython
561-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
561+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
562562
with:
563563
repository: python/cpython
564564
path: cpython
@@ -596,7 +596,7 @@ jobs:
596596
env:
597597
NIGHTLY_CHANNEL: nightly
598598
steps:
599-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
599+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
600600
with:
601601
persist-credentials: false
602602

@@ -631,7 +631,7 @@ jobs:
631631
runs-on: ubuntu-latest
632632
timeout-minutes: 30
633633
steps:
634-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
634+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
635635
with:
636636
persist-credentials: false
637637

@@ -746,7 +746,7 @@ jobs:
746746
runs-on: ubuntu-latest
747747
timeout-minutes: 30
748748
steps:
749-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
749+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
750750
with:
751751
persist-credentials: false
752752

@@ -798,7 +798,7 @@ jobs:
798798
name: cargo doc
799799
runs-on: ubuntu-latest
800800
steps:
801-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
801+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
802802
with:
803803
persist-credentials: false
804804

.github/workflows/cron-ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
env:
2828
INSTA_WORKSPACE_ROOT: ${{ github.workspace }}
2929
steps:
30-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
30+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3131
with:
3232
persist-credentials: false
3333

3434
- uses: dtolnay/rust-toolchain@stable
3535

36-
- uses: taiki-e/install-action@e49978b799e49ff429d162b7a30601a569ab6538 # v2.81.1
36+
- uses: taiki-e/install-action@0631aa6515c7d545823c67cfae7ef4fc7f490154 # v2.81.8
3737
with:
3838
tool: cargo-llvm-cov
3939

@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Upload to Codecov
5959
if: ${{ github.event_name != 'pull_request' }}
60-
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
60+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
6161
with:
6262
files: ./codecov.lcov
6363

@@ -67,7 +67,7 @@ jobs:
6767
# Disable this scheduled job when running on a fork.
6868
if: ${{ github.repository == 'RustPython/RustPython' || github.event_name != 'schedule' }}
6969
steps:
70-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
70+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7171
with:
7272
persist-credentials: true
7373

@@ -105,7 +105,7 @@ jobs:
105105
# Disable this scheduled job when running on a fork.
106106
if: ${{ github.repository == 'RustPython/RustPython' || github.event_name != 'schedule' }}
107107
steps:
108-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
108+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
109109
with:
110110
persist-credentials: true
111111

@@ -168,7 +168,7 @@ jobs:
168168
# Disable this scheduled job when running on a fork.
169169
if: ${{ github.repository == 'RustPython/RustPython' || github.event_name != 'schedule' }}
170170
steps:
171-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
171+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
172172
with:
173173
persist-credentials: true
174174

.github/workflows/lib-deps-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
timeout-minutes: 10
1919
steps:
2020
- name: Checkout base branch
21-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2222
with:
2323
# Use base branch for scripts (security: don't run PR code with elevated permissions)
2424
ref: ${{ github.event.pull_request.base.ref }}
@@ -41,7 +41,7 @@ jobs:
4141
echo "version=${version}" >> "$GITHUB_OUTPUT"
4242
4343
- name: Checkout CPython
44-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
44+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4545
with:
4646
repository: python/cpython
4747
path: cpython

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# target: aarch64-pc-windows-msvc
5353
fail-fast: false
5454
steps:
55-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
55+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5656
with:
5757
persist-credentials: false
5858

@@ -91,7 +91,7 @@ jobs:
9191
permissions:
9292
contents: read
9393
steps:
94-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
94+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
9595
with:
9696
persist-credentials: false
9797

@@ -156,7 +156,7 @@ jobs:
156156
permissions:
157157
contents: write # for creating a release
158158
steps:
159-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
159+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
160160
with:
161161
persist-credentials: false
162162

.github/workflows/update-caches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
target: ""
4040
steps:
4141
- name: Checkout RustPython main branch
42-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
42+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4343
with:
4444
repository: RustPython/RustPython
4545
ref: main

.github/workflows/update-doc-db.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- windows-latest
3131
- macos-latest
3232
steps:
33-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
33+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3434
with:
3535
persist-credentials: false
3636
sparse-checkout: |
@@ -58,7 +58,7 @@ jobs:
5858
contents: write
5959
pull-requests: write
6060
steps:
61-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
61+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6262
with:
6363
persist-credentials: true
6464
ref: ${{ inputs.base-ref }}

.github/workflows/update-libs-status.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: ${{ github.repository == 'RustPython/RustPython' }}
2222
steps:
2323
- name: Clone RustPython
24-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
24+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2525
with:
2626
path: rustpython
2727
persist-credentials: false
@@ -37,7 +37,7 @@ jobs:
3737
echo "version=${version}" >> "$GITHUB_OUTPUT"
3838
3939
- name: Clone CPython
40-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
40+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4141
with:
4242
repository: python/cpython
4343
path: cpython

.github/workflows/upgrade-pylib.lock.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
priority: 0
1111

1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.15.15
13+
rev: v0.15.16
1414
hooks:
1515
- id: ruff-format
1616
priority: 0

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)