uxmal / reko

Reko is a binary decompiler.
https://uxmal.github.io/reko
GNU General Public License v2.0
2.09k stars 250 forks source link

Update CodeQL workflow to fix errors #1324

Closed throwaway96 closed 5 months ago

throwaway96 commented 5 months ago

Updated the CodeQL workflow to use v3 of the CodeQL actions, as v1 (deprecated) no longer works.

I mostly just used the workflow generated by GitHub.

Edit: This change allows CodeQL to proceed further... right into a wall of errors. It only succeeds for Python and JavaScript, and I doubt it was working before the deprecation issues. Not sure what to do. I don't think this PR would hurt anything, and it will be a necessary step if CodeQL is ever going to work in the future.