Skip to content

Commit

Permalink
Merge pull request #315 from cert-manager/self-upgrade-main
Browse files Browse the repository at this point in the history
[CI] Self-upgrade merging self-upgrade-main into main
  • Loading branch information
cert-manager-prow[bot] authored Oct 15, 2024
2 parents 01c75fd + a0919f5 commit 7b21f75
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 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
26 changes: 13 additions & 13 deletions klone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,65 +10,65 @@ targets:
- 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: helm
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_path: modules/helm
- 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: oci-publish
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_path: modules/oci-publish
- 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 7b21f75

Please sign in to comment.