- Notifications
You must be signed in to change notification settings - Fork1.7k
-
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 |
BetaWas this translation helpful?Give feedback.
All reactions
Hi@Gigas002,
The default version ofdotnet
onubuntu-latest
is currently8.0.112
, so that is what CodeQL uses. If you are targeting a9.x
project, then you will need to install that version ofusing asetup-dotnet
step in your workflow before initialising CodeQL.
Replies: 1 comment 1 reply
-
Hi@Gigas002, The default version of |
BetaWas this translation helpful?Give feedback.
All reactions
-
I see, that makes sense. Thank you for explanation |
BetaWas this translation helpful?Give feedback.