Skip to content

Commit 699f05b

Browse files
Merge pull request #73 from cert-manager/self-upgrade-main
[CI] Merge self-upgrade-main into main
2 parents a346095 + 3140fcf commit 699f05b

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
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
exit 1
3333
3434
- name: Octo STS Token Exchange
35-
uses: octo-sts/action@a26b0c6455c7f13316f29a8766287f939e75f6c8 # v1.0.2
35+
uses: octo-sts/action@d6c70ad3b9ac85df6da6b9749014d7283987cfec # v1.0.3
3636
id: octo-sts
3737
with:
3838
scope: 'cert-manager/image-tool'

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
exit 1
2828
2929
- name: Octo STS Token Exchange
30-
uses: octo-sts/action@a26b0c6455c7f13316f29a8766287f939e75f6c8 # v1.0.2
30+
uses: octo-sts/action@d6c70ad3b9ac85df6da6b9749014d7283987cfec # v1.0.3
3131
id: octo-sts
3232
with:
3333
scope: 'cert-manager/image-tool'

klone.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,45 +10,45 @@ targets:
1010
- folder_name: boilerplate
1111
repo_url: https://github.com/cert-manager/makefile-modules.git
1212
repo_ref: main
13-
repo_hash: 3640ec2744eca6198a647fa0cd6ca09536aa4f8e
13+
repo_hash: b90aa4bec909ce032a45b82b2f1220e58f1b0456
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: 3640ec2744eca6198a647fa0cd6ca09536aa4f8e
18+
repo_hash: b90aa4bec909ce032a45b82b2f1220e58f1b0456
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: 3640ec2744eca6198a647fa0cd6ca09536aa4f8e
23+
repo_hash: b90aa4bec909ce032a45b82b2f1220e58f1b0456
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: 3640ec2744eca6198a647fa0cd6ca09536aa4f8e
28+
repo_hash: b90aa4bec909ce032a45b82b2f1220e58f1b0456
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: 3640ec2744eca6198a647fa0cd6ca09536aa4f8e
33+
repo_hash: b90aa4bec909ce032a45b82b2f1220e58f1b0456
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: 3640ec2744eca6198a647fa0cd6ca09536aa4f8e
38+
repo_hash: b90aa4bec909ce032a45b82b2f1220e58f1b0456
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: 3640ec2744eca6198a647fa0cd6ca09536aa4f8e
43+
repo_hash: b90aa4bec909ce032a45b82b2f1220e58f1b0456
4444
repo_path: modules/klone
4545
- folder_name: repository-base
4646
repo_url: https://github.com/cert-manager/makefile-modules.git
4747
repo_ref: main
48-
repo_hash: 3640ec2744eca6198a647fa0cd6ca09536aa4f8e
48+
repo_hash: b90aa4bec909ce032a45b82b2f1220e58f1b0456
4949
repo_path: modules/repository-base
5050
- folder_name: tools
5151
repo_url: https://github.com/cert-manager/makefile-modules.git
5252
repo_ref: main
53-
repo_hash: 3640ec2744eca6198a647fa0cd6ca09536aa4f8e
53+
repo_hash: b90aa4bec909ce032a45b82b2f1220e58f1b0456
5454
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
exit 1
3333
3434
- name: Octo STS Token Exchange
35-
uses: octo-sts/action@a26b0c6455c7f13316f29a8766287f939e75f6c8 # v1.0.2
35+
uses: octo-sts/action@d6c70ad3b9ac85df6da6b9749014d7283987cfec # v1.0.3
3636
id: octo-sts
3737
with:
3838
scope: '{{REPLACE:GH-REPOSITORY}}'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
exit 1
2828
2929
- name: Octo STS Token Exchange
30-
uses: octo-sts/action@a26b0c6455c7f13316f29a8766287f939e75f6c8 # v1.0.2
30+
uses: octo-sts/action@d6c70ad3b9ac85df6da6b9749014d7283987cfec # v1.0.3
3131
id: octo-sts
3232
with:
3333
scope: '{{REPLACE:GH-REPOSITORY}}'

0 commit comments

Comments
 (0)