Skip to content

Commit accc5d7

Browse files
Bump the all group with 7 updates (#377)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d79af96 commit accc5d7

13 files changed

Lines changed: 36 additions & 36 deletions

.github/workflows/_build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ${{ inputs.os }}
2828
steps:
2929
- name: Harden Runner
30-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
30+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
3131
with:
3232
disable-sudo: true
3333
egress-policy: block
@@ -44,12 +44,12 @@ jobs:
4444
fetch-depth: 0 # IMPORTANT: otherwise the current tag does not get fetched and the build version gets worse
4545

4646
- name: Set up Python ${{ inputs.python-version }}
47-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
47+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
4848
with:
4949
python-version: ${{ inputs.python-version }}
5050

5151
- name: Install uv
52-
uses: astral-sh/setup-uv@v5
52+
uses: astral-sh/setup-uv@v6
5353

5454
- name: Check git status (not Windows)
5555
if: runner.os != 'Windows'

.github/workflows/_build_doc.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ jobs:
2626
runs-on: ${{ inputs.os }}
2727
steps:
2828
- name: Harden Runner
29-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
29+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
3030
with:
3131
egress-policy: audit
3232

3333
- name: Checkout repository
3434
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3535

3636
- name: Set up Python ${{ inputs.python-version }}
37-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
37+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
3838
with:
3939
python-version: ${{ inputs.python-version }}
4040

4141
- name: Install uv
42-
uses: astral-sh/setup-uv@v5
42+
uses: astral-sh/setup-uv@v6
4343

4444
- name: Install dependencies
4545
run: |

.github/workflows/_codecov.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- name: Harden Runner
51-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
51+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
5252
with:
5353
disable-sudo: true
5454
egress-policy: audit
@@ -57,12 +57,12 @@ jobs:
5757
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5858

5959
- name: Set up Python ${{ inputs.python-version }}
60-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
60+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
6161
with:
6262
python-version: ${{ inputs.python-version }}
6363

6464
- name: Install uv
65-
uses: astral-sh/setup-uv@v5
65+
uses: astral-sh/setup-uv@v6
6666

6767
- name: Install package
6868
run: |
@@ -88,7 +88,7 @@ jobs:
8888
path: coverage.xml
8989

9090
- name: Upload coverage to Codecov
91-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
91+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
9292
with:
9393
token: ${{ secrets.CODECOV_TOKEN }}
9494
files: coverage.xml

.github/workflows/_codeql.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Harden Runner
35-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
35+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
3636
with:
3737
egress-policy: audit
3838
disable-sudo: true
@@ -47,11 +47,11 @@ jobs:
4747

4848
- name: "Dependency Review"
4949
if: github.event_name == 'pull_request'
50-
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
50+
uses: actions/dependency-review-action@ce3cf9537a52e8119d91fd484ab5b8a807627bf8 # v4.6.0
5151

5252
# Initializes the CodeQL tools for scanning.
5353
- name: Initialize CodeQL
54-
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
54+
uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
5555
with:
5656
languages: python
5757
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -64,7 +64,7 @@ jobs:
6464
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
6565
# If this step fails, then you should remove it and run the build manually (see below)
6666
- name: Autobuild
67-
uses: github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
67+
uses: github/codeql-action/autobuild@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
6868

6969
# ℹ️ Command-line programs to run using the OS shell.
7070
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -77,6 +77,6 @@ jobs:
7777
# ./location_of_script_within_repo/buildscript.sh
7878

7979
- name: Perform CodeQL Analysis
80-
uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
80+
uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
8181
with:
8282
category: "/language:python"

.github/workflows/_pre_commit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Harden Runner
22-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
22+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
2323
with:
2424
disable-sudo: true
2525
egress-policy: block
@@ -31,7 +31,7 @@ jobs:
3131
pypi.org:443
3232
registry.npmjs.org:443
3333
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34-
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
34+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
3535
with:
3636
python-version: "3.11"
3737
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1

.github/workflows/_pypi_publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
url: https://pypi.org/p/python-kraken-sdk
2929
steps:
3030
- name: Harden Runner
31-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
31+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
3232
with:
3333
disable-sudo: true
3434
egress-policy: block
@@ -45,7 +45,7 @@ jobs:
4545
uploads.github.com:443
4646
4747
- name: Download all the distributions
48-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
48+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
4949
with:
5050
name: python-package-distributions
5151
path: dist/

.github/workflows/_pypi_test_publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
url: https://test.pypi.org/p/python-kraken-sdk
2929
steps:
3030
- name: Harden Runner
31-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
31+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
3232
with:
3333
disable-sudo: true
3434
egress-policy: block
@@ -44,7 +44,7 @@ jobs:
4444
uploads.github.com:443
4545
4646
- name: Download all the distributions
47-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
47+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
4848
with:
4949
name: python-package-distributions
5050
path: dist/

.github/workflows/_test_futures_private.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
cancel-in-progress: true
4545
steps:
4646
- name: Harden Runner
47-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
47+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
4848
with:
4949
disable-sudo: true
5050
egress-policy: block
@@ -61,12 +61,12 @@ jobs:
6161
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6262

6363
- name: Set up Python ${{ inputs.python-version }}
64-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
64+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
6565
with:
6666
python-version: ${{ inputs.python-version }}
6767

6868
- name: Install uv
69-
uses: astral-sh/setup-uv@v5
69+
uses: astral-sh/setup-uv@v6
7070

7171
- name: Install package (Linux or macOS)
7272
if: runner.os != 'Windows'

.github/workflows/_test_futures_public.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
timeout-minutes: 5
3232
steps:
3333
- name: Harden Runner
34-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
34+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
3535
with:
3636
disable-sudo: true
3737
egress-policy: block
@@ -47,12 +47,12 @@ jobs:
4747
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4848

4949
- name: Set up Python ${{ inputs.python-version }}
50-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
50+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
5151
with:
5252
python-version: ${{ inputs.python-version }}
5353

5454
- name: Install uv
55-
uses: astral-sh/setup-uv@v5
55+
uses: astral-sh/setup-uv@v6
5656

5757
- name: Install package (Linux or macOS)
5858
if: runner.os != 'Windows'

.github/workflows/_test_spot_private.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
cancel-in-progress: true
4242
steps:
4343
- name: Harden Runner
44-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
44+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
4545
with:
4646
disable-sudo: true
4747
egress-policy: block
@@ -59,12 +59,12 @@ jobs:
5959
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6060

6161
- name: Set up Python ${{ inputs.python-version }}
62-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
62+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
6363
with:
6464
python-version: ${{ inputs.python-version }}
6565

6666
- name: Install uv
67-
uses: astral-sh/setup-uv@v5
67+
uses: astral-sh/setup-uv@v6
6868

6969
- name: Install package (Linux or macOS)
7070
if: runner.os != 'Windows'

0 commit comments

Comments
 (0)