Skip to content

Commit e979ad4

Browse files
Merge pull request #1728 from cert-manager/self-upgrade-master
[CI] Merge self-upgrade-master into master
2 parents d694058 + 2b4578b commit e979ad4

File tree

4 files changed

+123
-123
lines changed

4 files changed

+123
-123
lines changed

.github/workflows/make-self-upgrade.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo "This workflow should not be run on a non-branch-head."
3333
exit 1
3434
35-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
35+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3636
# Adding `fetch-depth: 0` makes sure tags are also fetched. We need
3737
# the tags so `git describe` returns a valid version.
3838
# see https://github.com/actions/checkout/issues/701 for extra info about this option

klone.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,30 @@ targets:
1010
- folder_name: boilerplate
1111
repo_url: https://github.com/cert-manager/makefile-modules.git
1212
repo_ref: main
13-
repo_hash: ca4085279ab425a3e8503a5e227e94c6869ab31e
13+
repo_hash: 96603dabe6b58f2d14455995dc78e932c841195a
1414
repo_path: modules/boilerplate
1515
- folder_name: generate-verify
1616
repo_url: https://github.com/cert-manager/makefile-modules.git
1717
repo_ref: main
18-
repo_hash: ca4085279ab425a3e8503a5e227e94c6869ab31e
18+
repo_hash: 96603dabe6b58f2d14455995dc78e932c841195a
1919
repo_path: modules/generate-verify
2020
- folder_name: help
2121
repo_url: https://github.com/cert-manager/makefile-modules.git
2222
repo_ref: main
23-
repo_hash: ca4085279ab425a3e8503a5e227e94c6869ab31e
23+
repo_hash: 96603dabe6b58f2d14455995dc78e932c841195a
2424
repo_path: modules/help
2525
- folder_name: klone
2626
repo_url: https://github.com/cert-manager/makefile-modules.git
2727
repo_ref: main
28-
repo_hash: ca4085279ab425a3e8503a5e227e94c6869ab31e
28+
repo_hash: 96603dabe6b58f2d14455995dc78e932c841195a
2929
repo_path: modules/klone
3030
- folder_name: repository-base
3131
repo_url: https://github.com/cert-manager/makefile-modules.git
3232
repo_ref: main
33-
repo_hash: ca4085279ab425a3e8503a5e227e94c6869ab31e
33+
repo_hash: 96603dabe6b58f2d14455995dc78e932c841195a
3434
repo_path: modules/repository-base
3535
- folder_name: tools
3636
repo_url: https://github.com/cert-manager/makefile-modules.git
3737
repo_ref: main
38-
repo_hash: ca4085279ab425a3e8503a5e227e94c6869ab31e
38+
repo_hash: 96603dabe6b58f2d14455995dc78e932c841195a
3939
repo_path: modules/tools

make/_shared/repository-base/base/.github/workflows/make-self-upgrade.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo "This workflow should not be run on a non-branch-head."
3333
exit 1
3434
35-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
35+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3636
# Adding `fetch-depth: 0` makes sure tags are also fetched. We need
3737
# the tags so `git describe` returns a valid version.
3838
# see https://github.com/actions/checkout/issues/701 for extra info about this option

0 commit comments

Comments
 (0)