|
Is this a bug or expected issue? Action itself is dead simple: https://github.com/Gigas002/dotnet_gh_deploy/blob/master/.github/workflows/codeql.yml |
Answered by
mbg
Mar 7, 2025
Replies: 1 comment 1 reply
|
Hi @Gigas002, The default version of |
1 reply
Answer selected by
Gigas002
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Gigas002,
The default version of
dotnetonubuntu-latestis currently8.0.112, so that is what CodeQL uses. If you are targeting a9.xproject, then you will need to install that version of using asetup-dotnetstep in your workflow before initialising CodeQL.