|
37 | 37 | desc: Run spellcheck |
38 | 38 | env: |
39 | 39 | # renovate: datasource=git-refs depName=spellcheck lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main |
40 | | - DAGGER_SPELLCHECK_SHA: 00cead9710f409ceb3a818fe5fd7ba683ee93ac8 |
| 40 | + DAGGER_SPELLCHECK_SHA: 2ce4bfdaf0377a255c42b7f6fa0799ea61e548da |
41 | 41 | cmds: |
42 | 42 | - > |
43 | 43 | GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/spellcheck@${DAGGER_SPELLCHECK_SHA} |
|
51 | 51 | desc: Check for conventional commits |
52 | 52 | env: |
53 | 53 | # renovate: datasource=git-refs depName=commitlint lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main |
54 | | - DAGGER_COMMITLINT_SHA: 00cead9710f409ceb3a818fe5fd7ba683ee93ac8 |
| 54 | + DAGGER_COMMITLINT_SHA: 2ce4bfdaf0377a255c42b7f6fa0799ea61e548da |
55 | 55 | cmds: |
56 | 56 | - > |
57 | 57 | GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA} |
|
63 | 63 | - manifest-main |
64 | 64 | env: |
65 | 65 | # renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main |
66 | | - DAGGER_UNCOMMITTED_SHA: 00cead9710f409ceb3a818fe5fd7ba683ee93ac8 |
| 66 | + DAGGER_UNCOMMITTED_SHA: 2ce4bfdaf0377a255c42b7f6fa0799ea61e548da |
67 | 67 | cmds: |
68 | 68 | - GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA} check-uncommitted --source . stdout |
69 | 69 | sources: |
|
73 | 73 | desc: Update the API Reference section of the documentation |
74 | 74 | env: |
75 | 75 | # renovate: datasource=git-refs depName=genref lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main |
76 | | - DAGGER_APIDOC_SHA: 00cead9710f409ceb3a818fe5fd7ba683ee93ac8 |
| 76 | + DAGGER_APIDOC_SHA: 2ce4bfdaf0377a255c42b7f6fa0799ea61e548da |
77 | 77 | cmds: |
78 | 78 | - GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/genref@${DAGGER_APIDOC_SHA} genref --source . |
79 | 79 | --args "-c=config.yaml" --args "-o=src" --args "-include=plugin-barman-cloud" |
@@ -343,7 +343,7 @@ tasks: |
343 | 343 | desc: Run controller-gen |
344 | 344 | env: |
345 | 345 | # renovate: datasource=git-refs depName=controller-gen lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main |
346 | | - DAGGER_CONTROLLER_GEN_SHA: 00cead9710f409ceb3a818fe5fd7ba683ee93ac8 |
| 346 | + DAGGER_CONTROLLER_GEN_SHA: 2ce4bfdaf0377a255c42b7f6fa0799ea61e548da |
347 | 347 | cmds: |
348 | 348 | - > |
349 | 349 | GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/controller-gen@${DAGGER_CONTROLLER_GEN_SHA} |
|
0 commit comments