|
44 | 44 | - wordlist-ordered |
45 | 45 | env: |
46 | 46 | # renovate: datasource=git-refs depName=spellcheck lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main |
47 | | - DAGGER_SPELLCHECK_SHA: d6be835d9497a18226271404193cb44d32736653 |
| 47 | + DAGGER_SPELLCHECK_SHA: 9d731d14460bb9c71a9ad8f395e61bbda7d42449 |
48 | 48 | cmds: |
49 | 49 | - > |
50 | 50 | GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/spellcheck@${DAGGER_SPELLCHECK_SHA} |
|
58 | 58 | desc: Check for conventional commits |
59 | 59 | env: |
60 | 60 | # renovate: datasource=git-refs depName=commitlint lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main |
61 | | - DAGGER_COMMITLINT_SHA: d6be835d9497a18226271404193cb44d32736653 |
| 61 | + DAGGER_COMMITLINT_SHA: 9d731d14460bb9c71a9ad8f395e61bbda7d42449 |
62 | 62 | cmds: |
63 | 63 | - > |
64 | 64 | GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA} |
|
72 | 72 | - wordlist-ordered |
73 | 73 | env: |
74 | 74 | # renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main |
75 | | - DAGGER_UNCOMMITTED_SHA: d6be835d9497a18226271404193cb44d32736653 |
| 75 | + DAGGER_UNCOMMITTED_SHA: 9d731d14460bb9c71a9ad8f395e61bbda7d42449 |
76 | 76 | cmds: |
77 | 77 | - GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA} check-uncommitted --source . stdout |
78 | 78 | sources: |
|
84 | 84 | - controller-gen |
85 | 85 | env: |
86 | 86 | # renovate: datasource=git-refs depName=crd-gen-refs lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main |
87 | | - DAGGER_CRDGENREF_SHA: d6be835d9497a18226271404193cb44d32736653 |
| 87 | + DAGGER_CRDGENREF_SHA: 9d731d14460bb9c71a9ad8f395e61bbda7d42449 |
88 | 88 | # renovate: datasource=go depName=github.com/elastic/crd-ref-docs |
89 | 89 | CRDREFDOCS_VERSION: v0.3.0 |
90 | 90 | cmds: |
@@ -386,7 +386,7 @@ tasks: |
386 | 386 | run: once |
387 | 387 | env: |
388 | 388 | # renovate: datasource=git-refs depName=controller-gen lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main |
389 | | - DAGGER_CONTROLLER_GEN_SHA: d6be835d9497a18226271404193cb44d32736653 |
| 389 | + DAGGER_CONTROLLER_GEN_SHA: 9d731d14460bb9c71a9ad8f395e61bbda7d42449 |
390 | 390 | cmds: |
391 | 391 | - > |
392 | 392 | GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/controller-gen@${DAGGER_CONTROLLER_GEN_SHA} |
|
0 commit comments