Skip to content

Commit 0822861

Browse files
Merge pull request #406 from cert-manager/self-upgrade-main
[CI] Merge self-upgrade-main into main
2 parents 5ee6414 + 1bfb43c commit 0822861

File tree

8 files changed

+75
-36
lines changed

8 files changed

+75
-36
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/csi-driver-spiffe'
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/csi-driver-spiffe'
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/csi-driver-spiffe'
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: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,70 +10,70 @@ 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: ec400e4eea0e14818aff832b543310e2aa61ed42
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: ec400e4eea0e14818aff832b543310e2aa61ed42
1919
repo_path: modules/cert-manager
2020
- folder_name: controller-gen
2121
repo_url: https://github.com/cert-manager/makefile-modules.git
2222
repo_ref: main
23-
repo_hash: bacb5339e7c483eb51bf9be6633a2db08abc1f64
23+
repo_hash: ec400e4eea0e14818aff832b543310e2aa61ed42
2424
repo_path: modules/controller-gen
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: ec400e4eea0e14818aff832b543310e2aa61ed42
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: ec400e4eea0e14818aff832b543310e2aa61ed42
3434
repo_path: modules/go
3535
- folder_name: helm
3636
repo_url: https://github.com/cert-manager/makefile-modules.git
3737
repo_ref: main
38-
repo_hash: bacb5339e7c483eb51bf9be6633a2db08abc1f64
38+
repo_hash: ec400e4eea0e14818aff832b543310e2aa61ed42
3939
repo_path: modules/helm
4040
- folder_name: help
4141
repo_url: https://github.com/cert-manager/makefile-modules.git
4242
repo_ref: main
43-
repo_hash: bacb5339e7c483eb51bf9be6633a2db08abc1f64
43+
repo_hash: ec400e4eea0e14818aff832b543310e2aa61ed42
4444
repo_path: modules/help
4545
- folder_name: kind
4646
repo_url: https://github.com/cert-manager/makefile-modules.git
4747
repo_ref: main
48-
repo_hash: bacb5339e7c483eb51bf9be6633a2db08abc1f64
48+
repo_hash: ec400e4eea0e14818aff832b543310e2aa61ed42
4949
repo_path: modules/kind
5050
- folder_name: klone
5151
repo_url: https://github.com/cert-manager/makefile-modules.git
5252
repo_ref: main
53-
repo_hash: bacb5339e7c483eb51bf9be6633a2db08abc1f64
53+
repo_hash: ec400e4eea0e14818aff832b543310e2aa61ed42
5454
repo_path: modules/klone
5555
- folder_name: licenses
5656
repo_url: https://github.com/cert-manager/makefile-modules.git
5757
repo_ref: main
58-
repo_hash: bacb5339e7c483eb51bf9be6633a2db08abc1f64
58+
repo_hash: ec400e4eea0e14818aff832b543310e2aa61ed42
5959
repo_path: modules/licenses
6060
- folder_name: oci-build
6161
repo_url: https://github.com/cert-manager/makefile-modules.git
6262
repo_ref: main
63-
repo_hash: bacb5339e7c483eb51bf9be6633a2db08abc1f64
63+
repo_hash: ec400e4eea0e14818aff832b543310e2aa61ed42
6464
repo_path: modules/oci-build
6565
- folder_name: oci-publish
6666
repo_url: https://github.com/cert-manager/makefile-modules.git
6767
repo_ref: main
68-
repo_hash: bacb5339e7c483eb51bf9be6633a2db08abc1f64
68+
repo_hash: ec400e4eea0e14818aff832b543310e2aa61ed42
6969
repo_path: modules/oci-publish
7070
- folder_name: repository-base
7171
repo_url: https://github.com/cert-manager/makefile-modules.git
7272
repo_ref: main
73-
repo_hash: bacb5339e7c483eb51bf9be6633a2db08abc1f64
73+
repo_hash: ec400e4eea0e14818aff832b543310e2aa61ed42
7474
repo_path: modules/repository-base
7575
- folder_name: tools
7676
repo_url: https://github.com/cert-manager/makefile-modules.git
7777
repo_ref: main
78-
repo_hash: bacb5339e7c483eb51bf9be6633a2db08abc1f64
78+
repo_hash: ec400e4eea0e14818aff832b543310e2aa61ed42
7979
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

0 commit comments

Comments
 (0)