Default git clone support sha256 (#4136)

This commit is contained in:
6543 2024-09-22 21:02:36 +02:00 committed by GitHub
parent 3f3f415dca
commit c10d0e0da8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ var DefaultConfigOrder = [...]string{
const (
// DefaultClonePlugin can be changed by 'WOODPECKER_DEFAULT_CLONE_PLUGIN' at runtime.
// 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.