|
34 | 34 | desc: Run spellcheck |
35 | 35 | env: |
36 | 36 | # renovate: datasource=git-refs depName=spellcheck lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main |
37 | | - DAGGER_SPELLCHECK_SHA: 00cead9710f409ceb3a818fe5fd7ba683ee93ac8 |
| 37 | + DAGGER_SPELLCHECK_SHA: db65290569cb7723a32e72fcfb134668e7b998c8 |
38 | 38 | cmds: |
39 | 39 | - > |
40 | 40 | GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/spellcheck@${DAGGER_SPELLCHECK_SHA} |
|
48 | 48 | desc: Check for conventional commits |
49 | 49 | env: |
50 | 50 | # renovate: datasource=git-refs depName=commitlint lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main |
51 | | - DAGGER_COMMITLINT_SHA: 00cead9710f409ceb3a818fe5fd7ba683ee93ac8 |
| 51 | + DAGGER_COMMITLINT_SHA: db65290569cb7723a32e72fcfb134668e7b998c8 |
52 | 52 | cmds: |
53 | 53 | - > |
54 | 54 | GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA} |
|
60 | 60 | - manifest-main |
61 | 61 | env: |
62 | 62 | # renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main |
63 | | - DAGGER_UNCOMMITTED_SHA: 00cead9710f409ceb3a818fe5fd7ba683ee93ac8 |
| 63 | + DAGGER_UNCOMMITTED_SHA: db65290569cb7723a32e72fcfb134668e7b998c8 |
64 | 64 | cmds: |
65 | 65 | - GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA} check-uncommitted --source . stdout |
66 | 66 | sources: |
|
70 | 70 | desc: Update the API Reference section of the documentation |
71 | 71 | env: |
72 | 72 | # renovate: datasource=git-refs depName=genref lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main |
73 | | - DAGGER_APIDOC_SHA: 00cead9710f409ceb3a818fe5fd7ba683ee93ac8 |
| 73 | + DAGGER_APIDOC_SHA: db65290569cb7723a32e72fcfb134668e7b998c8 |
74 | 74 | cmds: |
75 | 75 | - GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/genref@${DAGGER_APIDOC_SHA} genref --source . |
76 | 76 | --args "-c=config.yaml" --args "-o=src" --args "-include=plugin-barman-cloud" |
@@ -340,7 +340,7 @@ tasks: |
340 | 340 | desc: Run controller-gen |
341 | 341 | env: |
342 | 342 | # renovate: datasource=git-refs depName=controller-gen lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main |
343 | | - DAGGER_CONTROLLER_GEN_SHA: 00cead9710f409ceb3a818fe5fd7ba683ee93ac8 |
| 343 | + DAGGER_CONTROLLER_GEN_SHA: db65290569cb7723a32e72fcfb134668e7b998c8 |
344 | 344 | cmds: |
345 | 345 | - > |
346 | 346 | GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/controller-gen@${DAGGER_CONTROLLER_GEN_SHA} |
|
0 commit comments