mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-25 11:21:02 +00:00
Default git clone support sha256 (#4136)
This commit is contained in:
parent
3f3f415dca
commit
c10d0e0da8
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ var DefaultConfigOrder = [...]string{
|
||||||
const (
|
const (
|
||||||
// DefaultClonePlugin can be changed by 'WOODPECKER_DEFAULT_CLONE_PLUGIN' at runtime.
|
// DefaultClonePlugin can be changed by 'WOODPECKER_DEFAULT_CLONE_PLUGIN' at runtime.
|
||||||
// renovate: datasource=docker depName=woodpeckerci/plugin-git
|
// renovate: datasource=docker depName=woodpeckerci/plugin-git
|
||||||
DefaultClonePlugin = "docker.io/woodpeckerci/plugin-git:2.5.2"
|
DefaultClonePlugin = "docker.io/woodpeckerci/plugin-git:2.6.0"
|
||||||
)
|
)
|
||||||
|
|
||||||
// TrustedClonePlugins can be changed by 'WOODPECKER_PLUGINS_TRUSTED_CLONE' at runtime.
|
// TrustedClonePlugins can be changed by 'WOODPECKER_PLUGINS_TRUSTED_CLONE' at runtime.
|
||||||
|
|
Loading…
Reference in a new issue