From 19dcaf5a06e6f96b333692388756beeaed56b7d1 Mon Sep 17 00:00:00 2001 From: Tim Ramlot <42113979+inteon@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:47:08 +0200 Subject: [PATCH] Run 'make upgrade-klone' and 'make generate' Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com> --- .github/workflows/make-self-upgrade.yaml | 2 +- klone.yaml | 12 ++++++------ .../base/.github/workflows/make-self-upgrade.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/make-self-upgrade.yaml b/.github/workflows/make-self-upgrade.yaml index ed1a203d91..c2971c4135 100644 --- a/.github/workflows/make-self-upgrade.yaml +++ b/.github/workflows/make-self-upgrade.yaml @@ -32,7 +32,7 @@ jobs: echo "This workflow should not be run on a non-branch-head." exit 1 - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - id: go-version run: | diff --git a/klone.yaml b/klone.yaml index 0bd810a4f0..6c69ceb646 100644 --- a/klone.yaml +++ b/klone.yaml @@ -10,30 +10,30 @@ targets: - folder_name: boilerplate repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348 + repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a repo_path: modules/boilerplate - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348 + repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a repo_path: modules/generate-verify - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348 + repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a repo_path: modules/help - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348 + repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a repo_path: modules/klone - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348 + repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348 + repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a repo_path: modules/tools diff --git a/make/_shared/repository-base/base/.github/workflows/make-self-upgrade.yaml b/make/_shared/repository-base/base/.github/workflows/make-self-upgrade.yaml index ed1a203d91..c2971c4135 100644 --- a/make/_shared/repository-base/base/.github/workflows/make-self-upgrade.yaml +++ b/make/_shared/repository-base/base/.github/workflows/make-self-upgrade.yaml @@ -32,7 +32,7 @@ jobs: echo "This workflow should not be run on a non-branch-head." exit 1 - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - id: go-version run: |