Merge branch 'main' into bump-actions-upload-sarif

This commit is contained in:
Jacob Wallraff
2024-07-30 10:41:29 -07:00
committed by GitHub
30 changed files with 51 additions and 47 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
# GitHub hosted runners already have a compatible version of dotnet installed and this step may be skipped.
# For self-hosted runners, ensure dotnet version 3.1.201 or later is installed by including this action:
# - name: Install .NET
# uses: actions/setup-dotnet@v2
# uses: actions/setup-dotnet@v4
# with:
# dotnet-version: '3.1.x'