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 : 9151fdb403298e305889668706b6cd69bb287e88
8
+ DAGGER_CONTROLLER_GEN_SHA : 00cead9710f409ceb3a818fe5fd7ba683ee93ac8
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 : 9151fdb403298e305889668706b6cd69bb287e88
23
+ DAGGER_SPELLCHECK_SHA : 00cead9710f409ceb3a818fe5fd7ba683ee93ac8
24
24
cmds :
25
25
- >
26
26
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/spellcheck@${DAGGER_SPELLCHECK_SHA}
@@ -45,15 +45,15 @@ tasks:
45
45
desc : Check for conventional commits
46
46
env :
47
47
# renovate: datasource=git-refs depName=commitlint lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
48
- DAGGER_COMMITLINT_SHA : 9151fdb403298e305889668706b6cd69bb287e88
48
+ DAGGER_COMMITLINT_SHA : 00cead9710f409ceb3a818fe5fd7ba683ee93ac8
49
49
cmds :
50
50
- GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA} lint --source . --args "--from=origin/main" stdout
51
51
52
52
uncommitted :
53
53
desc : Check for uncommitted changes
54
54
env :
55
55
# renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
56
- DAGGER_UNCOMMITTED_SHA : 9151fdb403298e305889668706b6cd69bb287e88
56
+ DAGGER_UNCOMMITTED_SHA : 00cead9710f409ceb3a818fe5fd7ba683ee93ac8
57
57
cmds :
58
58
- >
59
59
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