File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
desc : Run controller-gen
6
6
env :
7
7
# renovate: datasource=git-refs depName=controller-gen lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
8
- DAGGER_CONTROLLER_GEN_SHA : 00cead9710f409ceb3a818fe5fd7ba683ee93ac8
8
+ DAGGER_CONTROLLER_GEN_SHA : 6dd81e0cdd946d5dde24f044f66f1ed8111758cf
9
9
cmds :
10
10
- >
11
11
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/controller-gen@${DAGGER_CONTROLLER_GEN_SHA}
20
20
desc : Run spellcheck
21
21
env :
22
22
# renovate: datasource=git-refs depName=spellcheck lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
23
- DAGGER_SPELLCHECK_SHA : 00cead9710f409ceb3a818fe5fd7ba683ee93ac8
23
+ DAGGER_SPELLCHECK_SHA : 6dd81e0cdd946d5dde24f044f66f1ed8111758cf
24
24
cmds :
25
25
- >
26
26
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/spellcheck@${DAGGER_SPELLCHECK_SHA}
@@ -51,15 +51,15 @@ tasks:
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 : 6dd81e0cdd946d5dde24f044f66f1ed8111758cf
55
55
cmds :
56
56
- GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA} lint --source . --args "--from=origin/main" stdout
57
57
58
58
uncommitted :
59
59
desc : Check for uncommitted changes
60
60
env :
61
61
# renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
62
- DAGGER_UNCOMMITTED_SHA : 00cead9710f409ceb3a818fe5fd7ba683ee93ac8
62
+ DAGGER_UNCOMMITTED_SHA : 6dd81e0cdd946d5dde24f044f66f1ed8111758cf
63
63
cmds :
64
64
- >
65
65
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA}
You can’t perform that action at this time.
0 commit comments