Skip to content

Commit

Permalink
Merge pull request #65 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 Dec 20, 2024
2 parents 7c46a59 + 9121083 commit 835f2c1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/govulncheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
# Adding `fetch-depth: 0` makes sure tags are also fetched. We need
# the tags so `git describe` returns a valid version.
# see https://github.com/actions/checkout/issues/701 for extra info about this option
with: { fetch-depth: 0 }

- id: go-version
run: |
Expand Down
18 changes: 9 additions & 9 deletions klone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,45 +10,45 @@ targets:
- folder_name: boilerplate
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 601d6f57d6750ae4cc5727a283eaffb47418c7f2
repo_hash: fb47cf6181d34186cb7c7ddc083afc8516d44501
repo_path: modules/boilerplate
- folder_name: cert-manager
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 601d6f57d6750ae4cc5727a283eaffb47418c7f2
repo_hash: fb47cf6181d34186cb7c7ddc083afc8516d44501
repo_path: modules/cert-manager
- folder_name: executable
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 601d6f57d6750ae4cc5727a283eaffb47418c7f2
repo_hash: fb47cf6181d34186cb7c7ddc083afc8516d44501
repo_path: modules/executable
- folder_name: generate-verify
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 601d6f57d6750ae4cc5727a283eaffb47418c7f2
repo_hash: fb47cf6181d34186cb7c7ddc083afc8516d44501
repo_path: modules/generate-verify
- folder_name: go
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 601d6f57d6750ae4cc5727a283eaffb47418c7f2
repo_hash: fb47cf6181d34186cb7c7ddc083afc8516d44501
repo_path: modules/go
- folder_name: help
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 601d6f57d6750ae4cc5727a283eaffb47418c7f2
repo_hash: fb47cf6181d34186cb7c7ddc083afc8516d44501
repo_path: modules/help
- folder_name: klone
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 601d6f57d6750ae4cc5727a283eaffb47418c7f2
repo_hash: fb47cf6181d34186cb7c7ddc083afc8516d44501
repo_path: modules/klone
- folder_name: repository-base
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 601d6f57d6750ae4cc5727a283eaffb47418c7f2
repo_hash: fb47cf6181d34186cb7c7ddc083afc8516d44501
repo_path: modules/repository-base
- folder_name: tools
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 601d6f57d6750ae4cc5727a283eaffb47418c7f2
repo_hash: fb47cf6181d34186cb7c7ddc083afc8516d44501
repo_path: modules/tools
4 changes: 4 additions & 0 deletions make/_shared/go/base/.github/workflows/govulncheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
# Adding `fetch-depth: 0` makes sure tags are also fetched. We need
# the tags so `git describe` returns a valid version.
# see https://github.com/actions/checkout/issues/701 for extra info about this option
with: { fetch-depth: 0 }

- id: go-version
run: |
Expand Down

0 comments on commit 835f2c1

Please sign in to comment.