Skip to content

Commit 7073c46

Browse files
Merge pull request #8 from kubernetes/master
[pull] master from kubernetes:master
2 parents e8ac70a + 60a3051 commit 7073c46

File tree

222 files changed

+3156
-1973
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

222 files changed

+3156
-1973
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "EOF" >> "$GITHUB_OUTPUT"
3232
- name: Create PR
3333
if: ${{ steps.gendocs.outputs.changes != '' }}
34-
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
34+
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
3535
with:
3636
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3737
commit-message: Update auto-generated docs and translations

.github/workflows/functional_verified.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
hostname || true
119119
echo "--------------------------"
120120
- name: Download Binaries
121-
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
121+
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
122122
with:
123123
name: minikube_binaries
124124
path: minikube_binaries
@@ -202,7 +202,7 @@ jobs:
202202
runs-on: ubuntu-20.04
203203
steps:
204204
- name: download all extra reports
205-
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
205+
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
206206
- name: upload all extra reports
207207
shell: bash {0}
208208
continue-on-error: true

.github/workflows/leaderboard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
GITHUB_TOKEN: ${{ secrets.MINIKUBE_BOT_PAT }}
3333
- name: Create PR
3434
if: ${{ steps.leaderboard.outputs.changes != '' }}
35-
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
35+
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
3636
with:
3737
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3838
commit-message: Update leaderboard

.github/workflows/master.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
run: |
141141
go install github.com/medyagh/gopogh/cmd/[email protected]
142142
- name: Download Binaries
143-
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
143+
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
144144
with:
145145
name: minikube_binaries
146146
path: minikube_binaries
@@ -238,7 +238,7 @@ jobs:
238238
run: |
239239
go install github.com/medyagh/gopogh/cmd/[email protected]
240240
- name: Download Binaries
241-
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
241+
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
242242
with:
243243
name: minikube_binaries
244244
path: minikube_binaries
@@ -340,7 +340,7 @@ jobs:
340340
run: |
341341
go install github.com/medyagh/gopogh/cmd/[email protected]
342342
- name: Download Binaries
343-
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
343+
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
344344
with:
345345
name: minikube_binaries
346346
path: minikube_binaries
@@ -440,7 +440,7 @@ jobs:
440440
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off
441441
sudo /usr/libexec/ApplicationFirewall/socketfilterfw -k
442442
- name: Download Binaries
443-
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
443+
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
444444
with:
445445
name: minikube_binaries
446446
path: minikube_binaries
@@ -545,7 +545,7 @@ jobs:
545545
run: |
546546
sudo sysctl fs.protected_regular=0
547547
- name: Download Binaries
548-
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
548+
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
549549
with:
550550
name: minikube_binaries
551551
path: minikube_binaries
@@ -619,7 +619,7 @@ jobs:
619619
runs-on: ubuntu-20.04
620620
steps:
621621
- name: download all reports
622-
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
622+
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
623623
- name: upload all reports
624624
shell: bash {0}
625625
continue-on-error: true

.github/workflows/pr.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
run: |
139139
go install github.com/medyagh/gopogh/cmd/[email protected]
140140
- name: Download Binaries
141-
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
141+
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
142142
with:
143143
name: minikube_binaries
144144
path: minikube_binaries
@@ -237,7 +237,7 @@ jobs:
237237
run: |
238238
go install github.com/medyagh/gopogh/cmd/[email protected]
239239
- name: Download Binaries
240-
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
240+
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
241241
with:
242242
name: minikube_binaries
243243
path: minikube_binaries
@@ -354,7 +354,7 @@ jobs:
354354
run: |
355355
go install github.com/medyagh/gopogh/cmd/[email protected]
356356
- name: Download Binaries
357-
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
357+
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
358358
with:
359359
name: minikube_binaries
360360
path: minikube_binaries
@@ -457,7 +457,7 @@ jobs:
457457
run: |
458458
go install github.com/medyagh/gopogh/cmd/[email protected]
459459
- name: Download Binaries
460-
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
460+
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
461461
with:
462462
name: minikube_binaries
463463
path: minikube_binaries
@@ -558,7 +558,7 @@ jobs:
558558
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off
559559
sudo /usr/libexec/ApplicationFirewall/socketfilterfw -k
560560
- name: Download Binaries
561-
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
561+
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
562562
with:
563563
name: minikube_binaries
564564
path: minikube_binaries
@@ -664,7 +664,7 @@ jobs:
664664
run: |
665665
sudo sysctl fs.protected_regular=0
666666
- name: Download Binaries
667-
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
667+
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
668668
with:
669669
name: minikube_binaries
670670
path: minikube_binaries
@@ -740,7 +740,7 @@ jobs:
740740
runs-on: ubuntu-20.04
741741
steps:
742742
- name: download all reports
743-
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
743+
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
744744
- name: upload all reports
745745
shell: bash {0}
746746
continue-on-error: true

.github/workflows/time-to-k8s.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
./hack/benchmark/time-to-k8s/time-to-k8s.sh
2727
echo "version=$(minikube version --short)" >> "$GITHUB_OUTPUT"
2828
- name: Create PR
29-
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
29+
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
3030
with:
3131
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3232
commit-message: add time-to-k8s benchmark for ${{ steps.timeToK8sBenchmark.outputs.version }}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Create PR
3333
id: createPR
3434
if: ${{ steps.bumpBuildkit.outputs.changes != '' }}
35-
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
35+
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
3636
with:
3737
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3838
commit-message: 'Kicbase/ISO: Update buildkit from ${{ steps.bumpBuildkit.outputs.OLD_VERSION }} to ${{ steps.bumpBuildkit.outputs.NEW_VERSION }}'

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "EOF" >> "$GITHUB_OUTPUT"
3232
- name: Create PR
3333
if: ${{ steps.bumpCalico.outputs.changes != '' }}
34-
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
34+
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
3535
with:
3636
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3737
commit-message: 'CNI: Update calico from ${{ steps.bumpCalico.outputs.OLD_VERSION }} to ${{ steps.bumpCalico.outputs.NEW_VERSION }}'

.github/workflows/update-cloud-spanner-emulator-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "EOF" >> "$GITHUB_OUTPUT"
3232
- name: Create PR
3333
if: ${{ steps.bumpCloudSpannerEmulator.outputs.changes != '' }}
34-
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
34+
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
3535
with:
3636
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3737
commit-message: 'Addon cloud-spanner: Update cloud-spanner-emulator/emulator image from ${{ steps.bumpCloudSpannerEmulator.outputs.OLD_VERSION }} to ${{ steps.bumpCloudSpannerEmulator.outputs.NEW_VERSION }}'

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Create PR
3333
id: createPR
3434
if: ${{ steps.bumpCNIPlugins.outputs.changes != '' }}
35-
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
35+
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
3636
with:
3737
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3838
commit-message: 'Kicbase/ISO: Update cni-plugins from ${{ steps.bumpCNIPlugins.outputs.OLD_VERSION }} to ${{ steps.bumpCNIPlugins.outputs.NEW_VERSION }}'

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Create PR
3333
id: createPR
3434
if: ${{ steps.bumpContainerd.outputs.changes != '' }}
35-
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
35+
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
3636
with:
3737
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3838
commit-message: 'Kicbase/ISO: Update containerd from ${{ steps.bumpContainerd.outputs.OLD_VERSION }} to ${{ steps.bumpContainerd.outputs.NEW_VERSION }}'

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Create PR
3333
id: createPR
3434
if: ${{ steps.bumpCriDockerd.outputs.changes != '' }}
35-
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
35+
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
3636
with:
3737
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3838
commit-message: 'Kicbase/ISO: Update cri-dockerd from ${{ steps.bumpCriDockerd.outputs.OLD_VERSION }} to ${{ steps.bumpCriDockerd.outputs.NEW_VERSION }}'

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Create PR
3333
id: createPR
3434
if: ${{ steps.bumpCrio.outputs.changes != '' }}
35-
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
35+
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
3636
with:
3737
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3838
commit-message: 'Kicbase/ISO: Update cri-o from ${{ steps.bumpCrio.outputs.OLD_VERSION }} to ${{ steps.bumpCrio.outputs.NEW_VERSION }}'

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Create PR
3333
id: createPR
3434
if: ${{ steps.bumpCrictl.outputs.changes != '' }}
35-
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
35+
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
3636
with:
3737
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3838
commit-message: 'Kicbase/ISO: Update crictl from ${{ steps.bumpCrictl.outputs.OLD_VERSION }} to ${{ steps.bumpCrictl.outputs.NEW_VERSION }}'

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Create PR
3333
id: createPR
3434
if: ${{ steps.bumpDockerBuildx.outputs.changes != '' }}
35-
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
35+
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
3636
with:
3737
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3838
commit-message: 'ISO: Update docker-buildx from ${{ steps.bumpDockerBuildx.outputs.OLD_VERSION }} to ${{ steps.bumpDockerBuildx.outputs.NEW_VERSION }}'

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Create PR
3333
id: createPR
3434
if: ${{ steps.bumpDocker.outputs.changes != '' }}
35-
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
35+
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
3636
with:
3737
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3838
commit-message: 'Kicbase/ISO: Update docker from ${{ steps.bumpDocker.outputs.OLD_VERSION }} to ${{ steps.bumpDocker.outputs.NEW_VERSION }}'

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
echo "EOF" >> "$GITHUB_OUTPUT"
3030
- name: Create PR
3131
if: ${{ steps.bumpDocsy.outputs.changes != '' }}
32-
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
32+
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
3333
with:
3434
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3535
commit-message: bump docsy version

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "EOF" >> "$GITHUB_OUTPUT"
3232
- name: Create PR
3333
if: ${{ steps.bumpFlannel.outputs.changes != '' }}
34-
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
34+
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
3535
with:
3636
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3737
commit-message: 'CNI: Update flannel from ${{ steps.bumpFlannel.outputs.OLD_VERSION }} to ${{ steps.bumpFlannel.outputs.NEW_VERSION }}'

.github/workflows/update-gcp-auth-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "EOF" >> "$GITHUB_OUTPUT"
3232
- name: Create PR
3333
if: ${{ steps.bumpGCPAuth.outputs.changes != '' }}
34-
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
34+
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
3535
with:
3636
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3737
commit-message: 'Addon gcp-auth: Update k8s-minikube/gcp-auth-webhook image from ${{ steps.bumpGCPAuth.outputs.OLD_VERSION }} to ${{ steps.bumpGCPAuth.outputs.NEW_VERSION }}'

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "EOF" >> "$GITHUB_OUTPUT"
3232
- name: Create PR
3333
if: ${{ steps.bumpGh.outputs.changes != '' }}
34-
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
34+
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
3535
with:
3636
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3737
commit-message: 'CI: Update gh from ${{ steps.bumpGh.outputs.OLD_VERSION }} to ${{ steps.bumpGh.outputs.NEW_VERSION }}'

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "EOF" >> "$GITHUB_OUTPUT"
3232
- name: Create PR
3333
if: ${{ steps.bumpGoGithub.outputs.changes != '' }}
34-
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
34+
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
3535
with:
3636
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3737
commit-message: 'Update go-github from ${{ steps.bumpGoGithub.outputs.OLD_VERSION }} to ${{ steps.bumpGoGithub.outputs.NEW_VERSION }}'

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "EOF" >> "$GITHUB_OUTPUT"
3232
- name: Create PR
3333
if: ${{ steps.bumpGolang.outputs.changes != '' }}
34-
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
34+
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
3535
with:
3636
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3737
commit-message: 'Update go from ${{ steps.bumpGolang.outputs.OLD_VERSION }} to ${{ steps.bumpGolang.outputs.NEW_VERSION }}'

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "EOF" >> "$GITHUB_OUTPUT"
3232
- name: Create PR
3333
if: ${{ steps.bumpGolint.outputs.changes != '' }}
34-
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
34+
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
3535
with:
3636
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3737
commit-message: 'CI: Update golint from ${{ steps.bumpGolint.outputs.OLD_VERSION }} to ${{ steps.bumpGolint.outputs.NEW_VERSION }}'

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "EOF" >> "$GITHUB_OUTPUT"
3232
- name: Create PR
3333
if: ${{ steps.bumpGopogh.outputs.changes != '' }}
34-
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
34+
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
3535
with:
3636
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3737
commit-message: 'CI: Update gopogh from ${{ steps.bumpGopogh.outputs.OLD_VERSION }} to ${{ steps.bumpGopogh.outputs.NEW_VERSION }}'

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "EOF" >> "$GITHUB_OUTPUT"
3232
- name: Create PR
3333
if: ${{ steps.bumpGotestsum.outputs.changes != '' }}
34-
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
34+
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
3535
with:
3636
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3737
commit-message: 'CI: Update gotestsum from ${{ steps.bumpGotestsum.outputs.OLD_VERSION }} to ${{ steps.bumpGotestsum.outputs.NEW_VERSION }}'

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "EOF" >> "$GITHUB_OUTPUT"
3232
- name: Create PR
3333
if: ${{ steps.bumpHugo.outputs.changes != '' }}
34-
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
34+
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
3535
with:
3636
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3737
commit-message: 'Site: Update hugo from ${{ steps.bumpHugo.outputs.OLD_VERSION }} to ${{ steps.bumpHugo.outputs.NEW_VERSION }}'

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "EOF" >> "$GITHUB_OUTPUT"
3232
- name: Create PR
3333
if: ${{ steps.bumpIngress.outputs.changes != '' }}
34-
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
34+
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
3535
with:
3636
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3737
commit-message: 'Addon ingress: Update ingress-nginx/controller image from ${{ steps.bumpIngress.outputs.OLD_VERSION }} to ${{ steps.bumpIngress.outputs.NEW_VERSION }}'

.github/workflows/update-inspektor-gadget-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "EOF" >> "$GITHUB_OUTPUT"
3232
- name: Create PR
3333
if: ${{ steps.bumpInspektorGadget.outputs.changes != '' }}
34-
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
34+
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
3535
with:
3636
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3737
commit-message: 'Addon inspektor-gadget: Update inspektor-gadget image from ${{ steps.bumpInspektorGadget.outputs.OLD_VERSION }} to ${{ steps.bumpInspektorGadget.outputs.NEW_VERSION }}'

.github/workflows/update-iso-image-versions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Create PR
7979
id: createPR
8080
if: ${{ steps.bumpVersions.outputs.changes != '' }}
81-
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
81+
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
8282
with:
8383
token: ${{ secrets.MINIKUBE_BOT_PAT }}
8484
commit-message: 'Kicbase/ISO: Update dependency versions'

.github/workflows/update-istio-operator.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "EOF" >> "$GITHUB_OUTPUT"
3232
- name: Create PR
3333
if: ${{ steps.bumpIstioOperator.outputs.changes != '' }}
34-
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
34+
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
3535
with:
3636
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3737
commit-message: 'Addon istio-provisioner: Update istio/operator image from ${{ steps.bumpIstioOperator.outputs.OLD_VERSION }} to ${{ steps.bumpIstioOperator.outputs.NEW_VERSION }}'

0 commit comments

Comments
 (0)