Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/ossar-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ jobs:
cancel_others: 'false'
paths_ignore: '["**.md", "**/docs/**"]'

# Set up .NET SDK 8.0.414 which matches the version used in global.json in the repo root.
- name: Setup .NET SDK 8.0.414
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.414

# Checking out the branch is needed to correctly log security alerts.
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
if: steps.skip_check.outputs.should_skip != 'true'
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.115",
"version": "8.0.414",
"rollForward": "latestMinor"
},
"msbuild-sdks": {
Expand Down
Loading