dependabot-azure-devops icon indicating copy to clipboard operation
dependabot-azure-devops copied to clipboard

No files changed! (RuntimeError)

Open sabareeshkkanan opened this issue 2 years ago • 1 comments

We are getting following error but i did made sure permissions are all set right.

Version : 1.8.225

warning: parser/current is loading parser/ruby27, which recognizes2.7.6-compliant syntax, but you are running 2.7.5. Please see https://github.com/whitequark/parser#compatibility-with-ruby-mri. /home/dependabot/dependabot-script/vendor/ruby/2.7.0/gems/dependabot-gradle-0.196.0/lib/dependabot/gradle/file_updater.rb:35:in updated_dependency_files': No files changed! (RuntimeError) from ./update-script.rb:348:in block in

' from ./update-script.rb:286:in each' from ./update-script.rb:286:in
' Using hostname = 'dev.azure.com', protocol = 'https', port = '443'. Using 'https://dev.azure.com:443/' as API endpoint Pull Requests shall be linked to work item dependabot Fetching gradle dependency files for guidedchoice/microservice/_git/accounts Targeting 'dev' branch under '/' directory Using 'auto' requirements update strategy Parsing dependencies information Checking if org.jfrog.buildinfo:build-info-extractor-gradle 4+ needs updating Requirements to unlock own Updating org.jfrog.buildinfo:build-info-extractor-gradle from 4+ to 4.29.0 ##[error]The process '/bin/docker' failed with exit code 1

sabareeshkkanan avatar Sep 20 '22 20:09 sabareeshkkanan

Figured out the issue you may get this if you are not using absolute version Updating org.jfrog.buildinfo:build-info-extractor-gradle from 4+ to 4.29.0 You can simple disable the fail on error flag and continue or use absolute versioning

SabareeshGC avatar Sep 28 '22 18:09 SabareeshGC

Thanks for reporting back. Closing

mburumaxwell avatar Nov 07 '22 12:11 mburumaxwell