Skip to content

Commit e550482

Browse files
Merge pull request #23 from cert-manager/self-upgrade-main
[CI] Merge self-upgrade-main into main
2 parents 6d0355d + 0980075 commit e550482

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
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_owner == 'cert-manager'
2121

2222
steps:
23-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
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
@@ -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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,35 +9,35 @@ targets:
99
- folder_name: boilerplate
1010
repo_url: https://github.com/cert-manager/makefile-modules.git
1111
repo_ref: main
12-
repo_hash: 46c5dc86a9a144e7e71c00a304ebd2844e1545fa
12+
repo_hash: 96603dabe6b58f2d14455995dc78e932c841195a
1313
repo_path: modules/boilerplate
1414
- folder_name: generate-verify
1515
repo_url: https://github.com/cert-manager/makefile-modules.git
1616
repo_ref: main
17-
repo_hash: 46c5dc86a9a144e7e71c00a304ebd2844e1545fa
17+
repo_hash: 96603dabe6b58f2d14455995dc78e932c841195a
1818
repo_path: modules/generate-verify
1919
- folder_name: go
2020
repo_url: https://github.com/cert-manager/makefile-modules.git
2121
repo_ref: main
22-
repo_hash: 46c5dc86a9a144e7e71c00a304ebd2844e1545fa
22+
repo_hash: 96603dabe6b58f2d14455995dc78e932c841195a
2323
repo_path: modules/go
2424
- folder_name: help
2525
repo_url: https://github.com/cert-manager/makefile-modules.git
2626
repo_ref: main
27-
repo_hash: 46c5dc86a9a144e7e71c00a304ebd2844e1545fa
27+
repo_hash: 96603dabe6b58f2d14455995dc78e932c841195a
2828
repo_path: modules/help
2929
- folder_name: klone
3030
repo_url: https://github.com/cert-manager/makefile-modules.git
3131
repo_ref: main
32-
repo_hash: 46c5dc86a9a144e7e71c00a304ebd2844e1545fa
32+
repo_hash: 96603dabe6b58f2d14455995dc78e932c841195a
3333
repo_path: modules/klone
3434
- folder_name: repository-base
3535
repo_url: https://github.com/cert-manager/makefile-modules.git
3636
repo_ref: main
37-
repo_hash: 46c5dc86a9a144e7e71c00a304ebd2844e1545fa
37+
repo_hash: 96603dabe6b58f2d14455995dc78e932c841195a
3838
repo_path: modules/repository-base
3939
- folder_name: tools
4040
repo_url: https://github.com/cert-manager/makefile-modules.git
4141
repo_ref: main
42-
repo_hash: 46c5dc86a9a144e7e71c00a304ebd2844e1545fa
42+
repo_hash: 96603dabe6b58f2d14455995dc78e932c841195a
4343
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_owner == 'ORGNAMEHERE'
2121

2222
steps:
23-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
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
@@ -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)