Skip to content

Commit ca97409

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/plugin-standard-files-2026.6.3
2 parents 647cb9f + 4e448a2 commit ca97409

30 files changed

Lines changed: 794 additions & 568 deletions

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v6
42+
uses: actions/checkout@v7
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616
with:
1717
fetch-depth: 0 # [!] we need to checkout with tags and commit history
1818
- name: Setup python

.github/workflows/manual-start-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
build:
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/checkout@v6
41+
- uses: actions/checkout@v7
4242
- name: Setup QEMU # used to allow multiplatform docker builds
4343
uses: docker/setup-qemu-action@v4
4444
- name: Setup Docker Buildx # used to allow multiplatform docker builds

.github/workflows/prep-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@v7
1717
with:
1818
fetch-depth: 0 # [!] we need to checkout with tags and commit history
1919
- name: Setup python

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
python-version: ["3.10", "3.13"]
1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@v7
1515
- name: Set up Python ${{ matrix.python-version }}
1616
uses: actions/setup-python@v6
1717
with:

.github/workflows/regression-test-404.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
version: [2]
3636
steps:
3737
- name: Check out repository code
38-
uses: actions/checkout@v6
38+
uses: actions/checkout@v7
3939
- name: Setup python
4040
uses: actions/setup-python@v6
4141
with:

.github/workflows/regression-test-a11y-statement.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
version: [26]
3838
steps:
3939
- name: Check out repository code
40-
uses: actions/checkout@v6
40+
uses: actions/checkout@v7
4141
- name: Setup python
4242
uses: actions/setup-python@v6
4343
with:

.github/workflows/regression-test-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v7
1818
- name: Setup QEMU # used to allow multiplatform docker builds
1919
uses: docker/setup-qemu-action@v4
2020
- name: Setup Docker Buildx # used to allow multiplatform docker builds

.github/workflows/regression-test-email.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
version: [24]
3737
steps:
3838
- name: Check out repository code
39-
uses: actions/checkout@v6
39+
uses: actions/checkout@v7
4040
- name: Setup python
4141
uses: actions/setup-python@v6
4242
with:

.github/workflows/regression-test-energy-efficiency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
version: [22]
3838
steps:
3939
- name: Check out repository code
40-
uses: actions/checkout@v6
40+
uses: actions/checkout@v7
4141
- name: Setup python
4242
uses: actions/setup-python@v6
4343
with:

0 commit comments

Comments
 (0)