File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434 desc : Run spellcheck
3535 env :
3636 # renovate: datasource=git-refs depName=spellcheck lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
37- DAGGER_SPELLCHECK_SHA : b8e24f5ad3e7da6dce9f6f9edd93baf165f3106a
37+ DAGGER_SPELLCHECK_SHA : 9151fdb403298e305889668706b6cd69bb287e88
3838 cmds :
3939 - >
4040 GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/spellcheck@${DAGGER_SPELLCHECK_SHA}
4848 desc : Check for conventional commits
4949 env :
5050 # renovate: datasource=git-refs depName=commitlint lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
51- DAGGER_COMMITLINT_SHA : b8e24f5ad3e7da6dce9f6f9edd93baf165f3106a
51+ DAGGER_COMMITLINT_SHA : 9151fdb403298e305889668706b6cd69bb287e88
5252 cmds :
5353 - >
5454 GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA}
6060 - manifest-main
6161 env :
6262 # renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
63- DAGGER_UNCOMMITTED_SHA : b8e24f5ad3e7da6dce9f6f9edd93baf165f3106a
63+ DAGGER_UNCOMMITTED_SHA : 9151fdb403298e305889668706b6cd69bb287e88
6464 cmds :
6565 - GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA} check-uncommitted --source . stdout
6666 sources :
@@ -324,7 +324,7 @@ tasks:
324324 desc : Run controller-gen
325325 env :
326326 # renovate: datasource=git-refs depName=controller-gen lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
327- DAGGER_CONTROLLER_GEN_SHA : b8e24f5ad3e7da6dce9f6f9edd93baf165f3106a
327+ DAGGER_CONTROLLER_GEN_SHA : 9151fdb403298e305889668706b6cd69bb287e88
328328 cmds :
329329 - >
330330 GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/controller-gen@${DAGGER_CONTROLLER_GEN_SHA}
You can’t perform that action at this time.
0 commit comments