Skip to content

Commit f4b73ae

Browse files
Merge pull request #354 from cert-manager/self-upgrade-main
[CI] Merge self-upgrade-main into main
2 parents aef54f2 + 8f81b90 commit f4b73ae

File tree

8 files changed

+22
-22
lines changed

8 files changed

+22
-22
lines changed

.github/workflows/govulncheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: github.repository == 'cert-manager/cmctl'
2121

2222
steps:
23-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
23+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2424
# Adding `fetch-depth: 0` makes sure tags are also fetched. We need
2525
# the tags so `git describe` returns a valid version.
2626
# see https://github.com/actions/checkout/issues/701 for extra info about this option

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
scope: 'cert-manager/cmctl'
3939
identity: make-self-upgrade
4040

41-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
41+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4242
# Adding `fetch-depth: 0` makes sure tags are also fetched. We need
4343
# the tags so `git describe` returns a valid version.
4444
# see https://github.com/actions/checkout/issues/701 for extra info about this option

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
scope: 'cert-manager/cmctl'
3434
identity: renovate
3535

36-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
36+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3737
# Adding `fetch-depth: 0` makes sure tags are also fetched. We need
3838
# the tags so `git describe` returns a valid version.
3939
# see https://github.com/actions/checkout/issues/701 for extra info about this option

klone.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,55 +10,55 @@ targets:
1010
- folder_name: boilerplate
1111
repo_url: https://github.com/cert-manager/makefile-modules.git
1212
repo_ref: main
13-
repo_hash: bacb5339e7c483eb51bf9be6633a2db08abc1f64
13+
repo_hash: 8fb8e1213fb2af7d0a8d8b0ee12869f5758e0706
1414
repo_path: modules/boilerplate
1515
- folder_name: cert-manager
1616
repo_url: https://github.com/cert-manager/makefile-modules.git
1717
repo_ref: main
18-
repo_hash: bacb5339e7c483eb51bf9be6633a2db08abc1f64
18+
repo_hash: 8fb8e1213fb2af7d0a8d8b0ee12869f5758e0706
1919
repo_path: modules/cert-manager
2020
- folder_name: executable
2121
repo_url: https://github.com/cert-manager/makefile-modules.git
2222
repo_ref: main
23-
repo_hash: bacb5339e7c483eb51bf9be6633a2db08abc1f64
23+
repo_hash: 8fb8e1213fb2af7d0a8d8b0ee12869f5758e0706
2424
repo_path: modules/executable
2525
- folder_name: generate-verify
2626
repo_url: https://github.com/cert-manager/makefile-modules.git
2727
repo_ref: main
28-
repo_hash: bacb5339e7c483eb51bf9be6633a2db08abc1f64
28+
repo_hash: 8fb8e1213fb2af7d0a8d8b0ee12869f5758e0706
2929
repo_path: modules/generate-verify
3030
- folder_name: go
3131
repo_url: https://github.com/cert-manager/makefile-modules.git
3232
repo_ref: main
33-
repo_hash: bacb5339e7c483eb51bf9be6633a2db08abc1f64
33+
repo_hash: 8fb8e1213fb2af7d0a8d8b0ee12869f5758e0706
3434
repo_path: modules/go
3535
- folder_name: help
3636
repo_url: https://github.com/cert-manager/makefile-modules.git
3737
repo_ref: main
38-
repo_hash: bacb5339e7c483eb51bf9be6633a2db08abc1f64
38+
repo_hash: 8fb8e1213fb2af7d0a8d8b0ee12869f5758e0706
3939
repo_path: modules/help
4040
- folder_name: klone
4141
repo_url: https://github.com/cert-manager/makefile-modules.git
4242
repo_ref: main
43-
repo_hash: bacb5339e7c483eb51bf9be6633a2db08abc1f64
43+
repo_hash: 8fb8e1213fb2af7d0a8d8b0ee12869f5758e0706
4444
repo_path: modules/klone
4545
- folder_name: oci-build
4646
repo_url: https://github.com/cert-manager/makefile-modules.git
4747
repo_ref: main
48-
repo_hash: bacb5339e7c483eb51bf9be6633a2db08abc1f64
48+
repo_hash: 8fb8e1213fb2af7d0a8d8b0ee12869f5758e0706
4949
repo_path: modules/oci-build
5050
- folder_name: oci-publish
5151
repo_url: https://github.com/cert-manager/makefile-modules.git
5252
repo_ref: main
53-
repo_hash: bacb5339e7c483eb51bf9be6633a2db08abc1f64
53+
repo_hash: 8fb8e1213fb2af7d0a8d8b0ee12869f5758e0706
5454
repo_path: modules/oci-publish
5555
- folder_name: repository-base
5656
repo_url: https://github.com/cert-manager/makefile-modules.git
5757
repo_ref: main
58-
repo_hash: bacb5339e7c483eb51bf9be6633a2db08abc1f64
58+
repo_hash: 8fb8e1213fb2af7d0a8d8b0ee12869f5758e0706
5959
repo_path: modules/repository-base
6060
- folder_name: tools
6161
repo_url: https://github.com/cert-manager/makefile-modules.git
6262
repo_ref: main
63-
repo_hash: bacb5339e7c483eb51bf9be6633a2db08abc1f64
63+
repo_hash: 8fb8e1213fb2af7d0a8d8b0ee12869f5758e0706
6464
repo_path: modules/tools

make/_shared/go/base/.github/workflows/govulncheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: github.repository == '{{REPLACE:GH-REPOSITORY}}'
2121

2222
steps:
23-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
23+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2424
# Adding `fetch-depth: 0` makes sure tags are also fetched. We need
2525
# the tags so `git describe` returns a valid version.
2626
# see https://github.com/actions/checkout/issues/701 for extra info about this option

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
@@ -38,7 +38,7 @@ jobs:
3838
scope: '{{REPLACE:GH-REPOSITORY}}'
3939
identity: make-self-upgrade
4040

41-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
41+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4242
# Adding `fetch-depth: 0` makes sure tags are also fetched. We need
4343
# the tags so `git describe` returns a valid version.
4444
# see https://github.com/actions/checkout/issues/701 for extra info about this option

make/_shared/repository-base/base/.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
scope: '{{REPLACE:GH-REPOSITORY}}'
3434
identity: renovate
3535

36-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
36+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3737
# Adding `fetch-depth: 0` makes sure tags are also fetched. We need
3838
# the tags so `git describe` returns a valid version.
3939
# see https://github.com/actions/checkout/issues/701 for extra info about this option

make/_shared/tools/00_mod.mk

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ tools += $(ADDITIONAL_TOOLS)
217217

218218
# https://go.dev/dl/
219219
# renovate: datasource=golang-version packageName=go
220-
VENDORED_GO_VERSION := 1.25.4
220+
VENDORED_GO_VERSION := 1.25.5
221221

222222
# Print the go version which can be used in GH actions
223223
.PHONY: print-go-version
@@ -440,10 +440,10 @@ $(call for_each_kv,go_dependency,$(go_dependencies))
440440
# File downloads #
441441
##################
442442

443-
go_linux_amd64_SHA256SUM=9fa5ffeda4170de60f67f3aa0f824e426421ba724c21e133c1e35d6159ca1bec
444-
go_linux_arm64_SHA256SUM=a68e86d4b72c2c2fecf7dfed667680b6c2a071221bbdb6913cf83ce3f80d9ff0
445-
go_darwin_amd64_SHA256SUM=33ba03ff9973f5bd26d516eea35328832a9525ecc4d169b15937ffe2ce66a7d8
446-
go_darwin_arm64_SHA256SUM=c1b04e74251fe1dfbc5382e73d0c6d96f49642d8aebb7ee10a7ecd4cae36ebd2
443+
go_linux_amd64_SHA256SUM=9e9b755d63b36acf30c12a9a3fc379243714c1c6d3dd72861da637f336ebb35b
444+
go_linux_arm64_SHA256SUM=b00b694903d126c588c378e72d3545549935d3982635ba3f7a964c9fa23fe3b9
445+
go_darwin_amd64_SHA256SUM=b69d51bce599e5381a94ce15263ae644ec84667a5ce23d58dc2e63e2c12a9f56
446+
go_darwin_arm64_SHA256SUM=bed8ebe824e3d3b27e8471d1307f803fc6ab8e1d0eb7a4ae196979bd9b801dd3
447447

448448
.PRECIOUS: $(DOWNLOAD_DIR)/tools/go@$(VENDORED_GO_VERSION)_$(HOST_OS)_$(HOST_ARCH).tar.gz
449449
$(DOWNLOAD_DIR)/tools/go@$(VENDORED_GO_VERSION)_$(HOST_OS)_$(HOST_ARCH).tar.gz: | $(DOWNLOAD_DIR)/tools

0 commit comments

Comments
 (0)