Skip to content

Commit c620055

Browse files
chore(deps): bump the github group with 6 updates
Bumps the github group with 6 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [actions/dependency-review-action](https://github.com/actions/dependency-review-action) | `4.7.3` | `4.8.2` | | [actions/setup-python](https://github.com/actions/setup-python) | `5` | `6` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `7` | | [actions/cache](https://github.com/actions/cache) | `4.2.3` | `5.0.3` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `6` | Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4...v6) Updates `actions/dependency-review-action` from 4.7.3 to 4.8.2 - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@595b5ae...3c4e3dc) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) Updates `actions/download-artifact` from 4 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v7) Updates `actions/cache` from 4.2.3 to 5.0.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...cdf6c1f) Updates `actions/upload-artifact` from 4 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github - dependency-name: actions/dependency-review-action dependency-version: 4.8.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aab5d5a commit c620055

9 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/conventional_commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
2828
with:
2929
egress-policy: audit
30-
- uses: actions/checkout@v5.0.0
30+
- uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 0
3333
- name: 🧹 Conventional Commits

.github/workflows/dependency.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
2424
with:
2525
egress-policy: audit
26-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.7
26+
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.1.7
2727
- name: 🔂 dependency review
28-
uses: actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3
28+
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2
2929
with:
3030
fail-on-severity: "high"
3131
deny-licenses: "AGPL-1.0, AGPL-3.0"

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
packages: read
2424
statuses: write
2525
steps:
26-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.7
26+
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.1.7
2727
with:
2828
fetch-depth: 0
2929
- name: 🧹 run superlinter
@@ -70,7 +70,7 @@ jobs:
7070
permissions:
7171
contents: read
7272
steps:
73-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.7
73+
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.1.7
7474

7575
- name: Set up Helm
7676
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v3
@@ -110,7 +110,7 @@ jobs:
110110
permissions:
111111
contents: read
112112
steps:
113-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.7
113+
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.1.7
114114
- name: Set up python
115115
uses: actions/setup-python@v6
116116
with:

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
pre-commit:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5.0.0
16+
- uses: actions/checkout@v6
1717
- uses: actions/setup-python@v6
1818
- uses: actions/setup-go@v6
1919
- run: go install golang.org/x/lint/golint@latest

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout code
32-
uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # v4.2.0
32+
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.2.0
3333
with:
3434
fetch-depth: 0
3535
persist-credentials: false
@@ -90,7 +90,7 @@ jobs:
9090
contents: read
9191
steps:
9292
- name: Download artifacts
93-
uses: actions/download-artifact@v4
93+
uses: actions/download-artifact@v7
9494
with:
9595
pattern: wheel-linux-x86_64
9696
merge-multiple: true

.github/workflows/reusable-docker.yml

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

3737
steps:
3838
- name: Checkout code
39-
uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # v4.2.0
39+
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.2.0
4040
with:
4141
fetch-depth: 0
4242
persist-credentials: false

.github/workflows/reusable-helm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout code
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v6
3030
with:
3131
fetch-depth: 0
3232
persist-credentials: true
@@ -43,7 +43,7 @@ jobs:
4343
version: v3.12.0
4444

4545
- name: Cache Helm dependencies
46-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 #v4.2.3
46+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3
4747
with:
4848
path: ~/.cache/helm
4949
key: ${{ runner.os }}-helm

.github/workflows/reusable-python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
target: aarch64
3232
steps:
3333
- name: Checkout code
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v6
3535
- name: Setup Python
3636
id: setup-python
37-
uses: actions/setup-python@v5
37+
uses: actions/setup-python@v6
3838
with:
3939
python-version: "3.12"
4040
- name: Install build dependencies
@@ -46,7 +46,7 @@ jobs:
4646
python -m build --wheel --sdist
4747
python -m twine check dist/*
4848
- name: Upload wheel
49-
uses: actions/upload-artifact@v4
49+
uses: actions/upload-artifact@v6
5050
with:
5151
name: wheel-${{ matrix.platform.os }}-${{ matrix.platform.target }}
5252
path: ./sdk/python/dist

.github/workflows/reusable-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: checkout
19-
uses: actions/checkout@v5.0.0
19+
uses: actions/checkout@v6
2020
- name: test
2121
run: |
2222
echo "Running all tests..."

0 commit comments

Comments
 (0)