Skip to content

Dependabot update incorrect URL #58

@chadcampling-opteon

Description

@chadcampling-opteon

Latest update appears to have resulted in the download URL pointing to the MD5 file and not the actual file

$url64bit   = 'https://github.com/dependabot/cli/releases/download/v1.81.0/dependabot-v1.81.0-windows-amd64.zip.md5'
$checksum64 = 'ee39f9f021d66f034c816f7594bfc37091224982b63d014dfe5e9f8dfd0529f9'

should be

$url64bit   = 'https://github.com/dependabot/cli/releases/download/v1.81.0/dependabot-v1.81.0-windows-amd64.zip'
$checksum64 = 'ee39f9f021d66f034c816f7594bfc37091224982b63d014dfe5e9f8dfd0529f9'

in dependabot/tools/chocolateyinstall.ps1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions