You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated my GitHub Action workflow from Github hosted Linux x64 to Linux Arm, but now the codeql workflow fails:
Exit code was 126 and last log line was:
/opt/hostedtoolcache/CodeQL/2.20.1/arm64/codeql/codeql: 142: /opt/hostedtoolcache/CodeQL/2.20.1/arm64/codeql/tools/linux64/java/bin/java: Exec format error.
👋 @hfhbd : as noted in CodeQL's system requirements, CodeQL is not compatible with Linux Arm. I would advise to keep the CodeQL workflow running on x86_64, even if you update other workflows to use Arm.
@redsun82 Thanks, but it is a little bit unexpected given the ARM support for macOS/Apple Silicon.
Also do you/GitHub plan to add a native feature for an action.yml to mention supported os and archs to get an error when GitHub evaluates the workflow file and check outs all action yml files? It could be incorporated into the immutable action that uses docker and its supported platform manifest entry 🤔
I updated my GitHub Action workflow from Github hosted Linux x64 to Linux Arm, but now the codeql workflow fails:
Job run: https://github.com/hfhbd/kobol/actions/runs/12814883028/job/35732341338
CodeQL Setup:
The text was updated successfully, but these errors were encountered: