Skip to content

Commit 63483b6

Browse files
authored
Merge pull request #21519 from kubernetes/dependabot/github_actions/actions/github-script-8.0.0
Build(deps): Bump actions/github-script from 7.0.1 to 8.0.0
2 parents 5654e1a + 3b5ba58 commit 63483b6

15 files changed

+25
-25
lines changed

.github/workflows/update-buildkit-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
The buildkit project released a [new version](https://github.com/moby/buildkit/releases)
4848
4949
This PR was auto-generated by `make update-buildkit-version` using [update-buildkit-version.yml](https://github.com/kubernetes/minikube/tree/master/.github/workflows/update-buildkit-version.yml) CI Workflow.
50-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
50+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
5151
if: ${{ steps.bumpBuildkit.outputs.changes != '' }}
5252
with:
5353
github-token: ${{ secrets.MINIKUBE_BOT_PAT }}
@@ -58,7 +58,7 @@ jobs:
5858
repo: context.repo.repo,
5959
body: 'ok-to-build-image'
6060
})
61-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
61+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
6262
if: ${{ steps.bumpBuildkit.outputs.changes != '' }}
6363
with:
6464
github-token: ${{ secrets.MINIKUBE_BOT_PAT }}

.github/workflows/update-cni-plugins-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
The cni-plugins project released a [new version](https://github.com/containernetworking/plugins/releases)
4848
4949
This PR was auto-generated by `make update-cni-plugins-version` using [update-cni-plugins-version.yml](https://github.com/kubernetes/minikube/tree/master/.github/workflows/update-cni-plugins-version.yml) CI Workflow.
50-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
50+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
5151
if: ${{ steps.bumpCNIPlugins.outputs.changes != '' }}
5252
with:
5353
github-token: ${{ secrets.MINIKUBE_BOT_PAT }}
@@ -58,7 +58,7 @@ jobs:
5858
repo: context.repo.repo,
5959
body: 'ok-to-build-image'
6060
})
61-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
61+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
6262
if: ${{ steps.bumpCNIPlugins.outputs.changes != '' }}
6363
with:
6464
github-token: ${{ secrets.MINIKUBE_BOT_PAT }}

.github/workflows/update-containerd-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
The containerd project released a [new version](https://github.com/containerd/containerd/releases)
4848
4949
This PR was auto-generated by `make update-containerd-version` using [update-containerd-version.yml](https://github.com/kubernetes/minikube/tree/master/.github/workflows/update-containerd-version.yml) CI Workflow.
50-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
50+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
5151
if: ${{ steps.bumpContainerd.outputs.changes != '' }}
5252
with:
5353
github-token: ${{ secrets.MINIKUBE_BOT_PAT }}
@@ -58,7 +58,7 @@ jobs:
5858
repo: context.repo.repo,
5959
body: 'ok-to-build-image'
6060
})
61-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
61+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
6262
if: ${{ steps.bumpContainerd.outputs.changes != '' }}
6363
with:
6464
github-token: ${{ secrets.MINIKUBE_BOT_PAT }}

.github/workflows/update-cri-dockerd-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
This PR was auto-generated by `make update-cri-dockerd-version` using [update-cri-dockerd-version.yml](https://github.com/kubernetes/minikube/tree/master/.github/workflows/update-cri-dockerd-version.yml) CI Workflow.
4949
5050
A minikube maintainer needs to checkout this PR, run `make build-and-upload-cri-dockerd-binaries`, and then comment `ok-to-build-image`.
51-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
51+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
5252
if: ${{ steps.bumpCriDockerd.outputs.changes != '' }}
5353
with:
5454
github-token: ${{ secrets.MINIKUBE_BOT_PAT }}

.github/workflows/update-cri-o-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
The cri-o project released a [new version](https://github.com/cri-o/cri-o/releases)
4949
5050
This PR was auto-generated by `make update-cri-o-version` using [update-cri-o-version.yml](https://github.com/kubernetes/minikube/tree/master/.github/workflows/update-cri-o-version.yml) CI Workflow.
51-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
51+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
5252
if: ${{ steps.bumpCrio.outputs.changes != '' }}
5353
with:
5454
github-token: ${{ secrets.MINIKUBE_BOT_PAT }}
@@ -59,7 +59,7 @@ jobs:
5959
repo: context.repo.repo,
6060
body: 'ok-to-build-image'
6161
})
62-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
62+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
6363
if: ${{ steps.bumpCrio.outputs.changes != '' }}
6464
with:
6565
github-token: ${{ secrets.MINIKUBE_BOT_PAT }}

.github/workflows/update-crictl-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
The crictl project released a [new version](https://github.com/moby/crictl/releases)
4949
5050
This PR was auto-generated by `make update-crictl-version` using [update-crictl-version.yml](https://github.com/kubernetes/minikube/tree/master/.github/workflows/update-crictl-version.yml) CI Workflow.
51-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
51+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
5252
if: ${{ steps.bumpCrictl.outputs.changes != '' }}
5353
with:
5454
github-token: ${{ secrets.MINIKUBE_BOT_PAT }}
@@ -59,7 +59,7 @@ jobs:
5959
repo: context.repo.repo,
6060
body: 'ok-to-build-image'
6161
})
62-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
62+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
6363
if: ${{ steps.bumpCrictl.outputs.changes != '' }}
6464
with:
6565
github-token: ${{ secrets.MINIKUBE_BOT_PAT }}

.github/workflows/update-crun-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
The crun project released a [new version](https://github.com/containers/crun/releases)
4848
4949
This PR was auto-generated by `make update-crun-version` using [update-crun-version.yml](https://github.com/kubernetes/minikube/tree/master/.github/workflows/update-crun-version.yml) CI Workflow.
50-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
50+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
5151
if: ${{ steps.bumpCrun.outputs.changes != '' }}
5252
with:
5353
github-token: ${{ secrets.MINIKUBE_BOT_PAT }}
@@ -58,7 +58,7 @@ jobs:
5858
repo: context.repo.repo,
5959
body: 'ok-to-build-image'
6060
})
61-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
61+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
6262
if: ${{ steps.bumpCrun.outputs.changes != '' }}
6363
with:
6464
github-token: ${{ secrets.MINIKUBE_BOT_PAT }}

.github/workflows/update-docker-buildx-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
The docker-buildx project released a [new version](https://github.com/docker/buildx/releases)
4848
4949
This PR was auto-generated by `make update-docker-buildx-version` using [update-docker-buildx-version.yml](https://github.com/kubernetes/minikube/tree/master/.github/workflows/update-docker-buildx-version.yml) CI Workflow.
50-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
50+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
5151
if: ${{ steps.bumpDockerBuildx.outputs.changes != '' }}
5252
with:
5353
github-token: ${{ secrets.MINIKUBE_BOT_PAT }}

.github/workflows/update-docker-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
The docker project released a [new version](https://github.com/moby/moby/releases)
4848
4949
This PR was auto-generated by `make update-docker-version` using [update-docker-version.yml](https://github.com/kubernetes/minikube/tree/master/.github/workflows/update-docker-version.yml) CI Workflow.
50-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
50+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
5151
if: ${{ steps.bumpDocker.outputs.changes != '' }}
5252
with:
5353
github-token: ${{ secrets.MINIKUBE_BOT_PAT }}
@@ -58,7 +58,7 @@ jobs:
5858
repo: context.repo.repo,
5959
body: 'ok-to-build-image'
6060
})
61-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
61+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
6262
if: ${{ steps.bumpDocker.outputs.changes != '' }}
6363
with:
6464
github-token: ${{ secrets.MINIKUBE_BOT_PAT }}

.github/workflows/update-golang-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
Kubernetes Project just updated the [golang version](https://github.com/kubernetes/kubernetes/blob/master/build/build-image/cross/VERSION), updating minikube golang to match Kubernetes.
4848
4949
This PR was auto-generated by `make update-golang-version` using [update-golang-version.yml](https://github.com/kubernetes/minikube/tree/master/.github/workflows/update-golang-version.yml) CI Workflow.
50-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
50+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
5151
if: ${{ steps.bumpGolang.outputs.changes != '' }}
5252
with:
5353
github-token: ${{ secrets.MINIKUBE_BOT_PAT }}

0 commit comments

Comments
 (0)