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