Jeff Widman
Jeff Widman
I verified this version was available here: http://binaries.erlang-solutions.com/ubuntu/dists/focal/contrib/binary-amd64/Packages Bumping some of the erlang/elixir stuff as part of trying to resolve https://github.com/dependabot/dependabot-core/pull/5030#issuecomment-1208508201 See also: #5502
Noticed [this warning](https://github.com/dependabot/dependabot-core/runs/7646741836?check_suite_focus=true#step:3:9195): ``` Using legacy 'setup.py install' for pipfile, since package 'wheel' is not installed. ``` I'm a little confused, since `wheel` _is_ [already installed in a previous step](https://github.com/dependabot/dependabot-core/runs/7646741836?check_suite_focus=true#step:3:9073)....
Debug PR to figure out cause of CI failures on #5503
This is necessary to unblock https://github.com/dependabot/dependabot-core/pull/5030, because Ubuntu `22.04` doesn't provide an older version of `openssl`, so need a new enough Ruby to work with the newer version of `openssl`....
The original intent of this code was to workaround a thread safety issue. However, according to the `poetry` maintainer, the more "future proof" workaround is [to limit the worker count...
Blocked by https://github.com/dependabot/dependabot-core/pull/5447, the diff will get much smaller after that is merged. -- Fix Rubocop freeze warnings. Rubocop is warning about: 1. Things that should be frozen 2. Things...
I noticed [these warnings](https://github.com/dependabot/dependabot-core/runs/7646741836?check_suite_focus=true#step:3:8981): ``` #38 [stage-0 34/38] RUN bash /opt/npm_and_yarn/helpers/build #38 sha256:5024a378cd7d70ef5df166b9c945cf61bf6c156ae379543fd471cd9469ed8922 #38 13.05 npm WARN deprecated [email protected]: This package is broken and no longer maintained. 'mkdirp' itself supports...
Here we try to set `LC_ALL`: https://github.com/dependabot/dependabot-core/blob/58fd7492c025164874a941feafb11cc81f29b271/Dockerfile#L10 However, in the actual output of the build, I see the following errors: 1. https://github.com/dependabot/dependabot-core/runs/7646741836?check_suite_focus=true#step:3:148 ``` /bin/bash: warning: setlocale: LC_ALL: cannot change locale...
CodeQL threw a bunch of warnings a bit ago about some of our dependency download URLs using `http` and not `https`, examples: * https://github.com/dependabot/dependabot-core/security/code-scanning/29 * https://github.com/dependabot/dependabot-core/security/code-scanning/30 At the time, we...
In light of https://github.com/golang/go/issues/51927, `ioutil` will get the `"Deprecated; "` annotation starting in `go` `1.19`. As a result, this custom checker will be superfluous because linters that mark any deprecated...