gearman / gearmand

http://gearman.org/
Other
740 stars 137 forks source link

Update CodeQL Analysis workflow #396

Closed esabol closed 4 months ago

esabol commented 4 months ago

This merge request updates the GitHub Actions workflow for doing CodeQL analysis. v2 of the CodeQL workflow recipes has been deprecated, so we needed to update to v3. And the workflow failed last night because it couldn't install some package. I think adding a "apt-get update" before the "apt-get install" should fix that.

esabol commented 4 months ago

Ugh! Most of the CI workflow is failing now because GitHub changed the images. We need to add-apt-repository ppa:ubuntu-toolchain-r/test now apparently. Well, at least the CodeQL workflow is working. I'm going to force merge this and then tackle the CI workflow in a separate PR.