|
5 | 5 | desc: Run protolint |
6 | 6 | env: |
7 | 7 | # renovate: datasource=git-refs depName=protolint lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main |
8 | | - DAGGER_PROTOLINT_SHA: 3923866bb6d43e7cf64047b6e910dc90687add2f |
| 8 | + DAGGER_PROTOLINT_SHA: ee59e34a99940e45f87a16177b1d640975b05b74 |
9 | 9 | cmds: |
10 | 10 | - GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/protolint@${DAGGER_PROTOLINT_SHA} lint --source . --args "--config_path=.protolint.yaml" --args proto/ stdout |
11 | 11 | sources: |
|
17 | 17 | - protolint |
18 | 18 | env: |
19 | 19 | # renovate: datasource=git-refs depName=protoc-gen-go-grpc lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main |
20 | | - DAGGER_PROTOC_GEN_GO_GRPC_SHA: 3923866bb6d43e7cf64047b6e910dc90687add2f |
| 20 | + DAGGER_PROTOC_GEN_GO_GRPC_SHA: ee59e34a99940e45f87a16177b1d640975b05b74 |
21 | 21 | cmds: |
22 | 22 | - > |
23 | 23 | GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/protoc-gen-go-grpc@${DAGGER_PROTOC_GEN_GO_GRPC_SHA} run --source . --go-opt module=github.com/cloudnative-pg/cnpg-i |
|
43 | 43 | desc: Generate documentation from proto files |
44 | 44 | env: |
45 | 45 | # renovate: datasource=git-refs depName=protoc-gen-doc lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main |
46 | | - DAGGER_PROTOC_GEN_DOC_SHA: 3923866bb6d43e7cf64047b6e910dc90687add2f |
| 46 | + DAGGER_PROTOC_GEN_DOC_SHA: ee59e34a99940e45f87a16177b1d640975b05b74 |
47 | 47 | cmds: |
48 | 48 | - GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/protoc-gen-doc@${DAGGER_PROTOC_GEN_DOC_SHA} generate --proto-dir proto --doc-opt "markdown,protocol.md" -o docs |
49 | 49 | sources: |
|
55 | 55 | - protoc-gen-doc |
56 | 56 | env: |
57 | 57 | # renovate: datasource=git-refs depName=spellcheck lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main |
58 | | - DAGGER_SPELLCHECK_SHA: 3923866bb6d43e7cf64047b6e910dc90687add2f |
| 58 | + DAGGER_SPELLCHECK_SHA: ee59e34a99940e45f87a16177b1d640975b05b74 |
59 | 59 | cmds: |
60 | 60 | - > |
61 | 61 | GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/spellcheck@${DAGGER_SPELLCHECK_SHA} |
|
69 | 69 | desc: Check for conventional commits |
70 | 70 | env: |
71 | 71 | # renovate: datasource=git-refs depName=commitlint lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main |
72 | | - DAGGER_COMMITLINT_SHA: 3923866bb6d43e7cf64047b6e910dc90687add2f |
| 72 | + DAGGER_COMMITLINT_SHA: ee59e34a99940e45f87a16177b1d640975b05b74 |
73 | 73 | cmds: |
74 | 74 | - GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA} lint --source . --args "--from=origin/main" stdout |
75 | 75 |
|
|
80 | 80 | - protoc-gen-doc |
81 | 81 | env: |
82 | 82 | # renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main |
83 | | - DAGGER_UNCOMMITTED_SHA: 3923866bb6d43e7cf64047b6e910dc90687add2f |
| 83 | + DAGGER_UNCOMMITTED_SHA: ee59e34a99940e45f87a16177b1d640975b05b74 |
84 | 84 | cmds: |
85 | 85 | - GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA} check-uncommitted --source . stdout |
86 | 86 | sources: |
|
0 commit comments