Skip to content

Commit

Permalink
Merge pull request #169 from cert-manager/self-upgrade-main
Browse files Browse the repository at this point in the history
[CI] Merge self-upgrade-main into main
  • Loading branch information
cert-manager-prow[bot] authored Oct 15, 2024
2 parents e261727 + 15c24b9 commit cacb351
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/govulncheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

- id: go-version
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make-self-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "This workflow should not be run on a non-branch-head."
exit 1
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

- id: go-version
run: |
Expand Down
24 changes: 12 additions & 12 deletions klone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,60 +9,60 @@ targets:
- folder_name: api-docs
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_path: modules/api-docs
- folder_name: boilerplate
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_path: modules/boilerplate
- folder_name: cert-manager
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_path: modules/cert-manager
- folder_name: controller-gen
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_path: modules/controller-gen
- folder_name: generate-verify
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_path: modules/generate-verify
- folder_name: go
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_path: modules/go
- folder_name: help
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_path: modules/help
- folder_name: kind
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_path: modules/kind
- folder_name: klone
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_path: modules/klone
- folder_name: oci-build
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_path: modules/oci-build
- folder_name: repository-base
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_path: modules/repository-base
- folder_name: tools
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_path: modules/tools
2 changes: 1 addition & 1 deletion make/_shared/go/base/.github/workflows/govulncheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

- id: go-version
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "This workflow should not be run on a non-branch-head."
exit 1
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

- id: go-version
run: |
Expand Down

0 comments on commit cacb351

Please sign in to comment.