Skip to content

Commit

Permalink
Merge pull request #71 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 Jan 30, 2025
2 parents db82df8 + 1d05705 commit 540be89
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/govulncheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
make print-go-version >> "$GITHUB_OUTPUT"
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: ${{ steps.go-version.outputs.result }}

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 @@ -42,7 +42,7 @@ jobs:
run: |
make print-go-version >> "$GITHUB_OUTPUT"
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: ${{ steps.go-version.outputs.result }}

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: 05aa82b2d7e66d515d539b9c56f8a7d831fe048b
repo_hash: 4c928b49036b018acd01eabf3bdcd21be73201a5
repo_path: modules/boilerplate
- folder_name: cert-manager
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 05aa82b2d7e66d515d539b9c56f8a7d831fe048b
repo_hash: 4c928b49036b018acd01eabf3bdcd21be73201a5
repo_path: modules/cert-manager
- folder_name: executable
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 05aa82b2d7e66d515d539b9c56f8a7d831fe048b
repo_hash: 4c928b49036b018acd01eabf3bdcd21be73201a5
repo_path: modules/executable
- folder_name: generate-verify
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 05aa82b2d7e66d515d539b9c56f8a7d831fe048b
repo_hash: 4c928b49036b018acd01eabf3bdcd21be73201a5
repo_path: modules/generate-verify
- folder_name: go
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 05aa82b2d7e66d515d539b9c56f8a7d831fe048b
repo_hash: 4c928b49036b018acd01eabf3bdcd21be73201a5
repo_path: modules/go
- folder_name: help
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 05aa82b2d7e66d515d539b9c56f8a7d831fe048b
repo_hash: 4c928b49036b018acd01eabf3bdcd21be73201a5
repo_path: modules/help
- folder_name: klone
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 05aa82b2d7e66d515d539b9c56f8a7d831fe048b
repo_hash: 4c928b49036b018acd01eabf3bdcd21be73201a5
repo_path: modules/klone
- folder_name: repository-base
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 05aa82b2d7e66d515d539b9c56f8a7d831fe048b
repo_hash: 4c928b49036b018acd01eabf3bdcd21be73201a5
repo_path: modules/repository-base
- folder_name: tools
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 05aa82b2d7e66d515d539b9c56f8a7d831fe048b
repo_hash: 4c928b49036b018acd01eabf3bdcd21be73201a5
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 @@ -28,7 +28,7 @@ jobs:
run: |
make print-go-version >> "$GITHUB_OUTPUT"
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: ${{ steps.go-version.outputs.result }}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
make print-go-version >> "$GITHUB_OUTPUT"
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: ${{ steps.go-version.outputs.result }}

Expand Down

0 comments on commit 540be89

Please sign in to comment.