Skip to content

Commit 4129043

Browse files
build(deps): bump the actions-updates group across 1 directory with 2 updates
Bumps the actions-updates group with 2 updates in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action). Updates `actions/upload-artifact` from 4.4.3 to 4.6.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b4b15b8...65c4c4a) Updates `docker/setup-buildx-action` from 3.7.1 to 3.8.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@c47758b...6524bf6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-updates - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6245f10 commit 4129043

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: generate matrix
3333
run: 'PATH="${HOME}/go/bin:${PATH}" ./hack/build/generate-matrix.sh "${{ inputs.spec }}"'
3434
- name: upload matrix
35-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
35+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
3636
with:
3737
name: matrix
3838
path: "matrix.json"
@@ -67,7 +67,7 @@ jobs:
6767
- name: docker setup linux-kernel-oci
6868
run: sudo python3 ./hack/build/docker-setup.py
6969
- name: docker setup buildx
70-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3
70+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3
7171
- name: docker login ghcr.io
7272
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
7373
with:
@@ -77,7 +77,7 @@ jobs:
7777
- name: generate docker script
7878
run: "./hack/build/generate-docker-script.sh"
7979
- name: upload docker script
80-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
80+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
8181
with:
8282
name: "build-${{ matrix.builds.version }}-${{ matrix.builds.flavor }}.sh"
8383
path: "docker.sh"

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,31 +23,31 @@ jobs:
2323
- name: generate spec-new matrix
2424
run: 'PATH="${HOME}/go/bin:${PATH}" KERNEL_BUILD_SPEC="new" ./hack/build/generate-matrix.sh'
2525
- name: upload spec-new matrix
26-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
26+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
2727
with:
2828
name: spec-new-matrix
2929
path: "matrix.json"
3030
compression-level: 0
3131
- name: generate spec-rebuild matrix
3232
run: 'PATH="${HOME}/go/bin:${PATH}" KERNEL_BUILD_SPEC="rebuild" ./hack/build/generate-matrix.sh'
3333
- name: upload spec-rebuild matrix
34-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
34+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
3535
with:
3636
name: spec-rebuild-matrix
3737
path: "matrix.json"
3838
compression-level: 0
3939
- name: generate test matrix
4040
run: 'PATH="${HOME}/go/bin:${PATH}" ./hack/build/generate-matrix.sh "${TEST_MATRIX_SPEC}"'
4141
- name: upload test matrix
42-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
42+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
4343
with:
4444
name: test-matrix
4545
path: "matrix.json"
4646
compression-level: 0
4747
- name: docker setup linux-kernel-oci
4848
run: sudo python3 ./hack/build/docker-setup.py
4949
- name: docker setup buildx
50-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3
50+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3
5151
- name: docker login ghcr.io
5252
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
5353
with:
@@ -57,7 +57,7 @@ jobs:
5757
- name: generate docker script
5858
run: "./hack/build/generate-docker-script.sh matrix.json"
5959
- name: upload docker script
60-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
60+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
6161
with:
6262
name: "docker.sh"
6363
path: "docker.sh"

0 commit comments

Comments
 (0)