File tree Expand file tree Collapse file tree 4 files changed +14
-9
lines changed
Expand file tree Collapse file tree 4 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 2424 "rollForward" : false
2525 },
2626 "fsharp-analyzers" : {
27- "version" : " 0.32.0 " ,
27+ "version" : " 0.32.1 " ,
2828 "commands" : [
2929 " fsharp-analyzers"
3030 ],
Original file line number Diff line number Diff line change @@ -122,7 +122,12 @@ jobs:
122122 - name : Run analyzers
123123 run : dotnet build -t:AnalyzeSolution -p:TargetFramework=net8.0
124124
125- - name : Upload SARIF file
126- uses : github/codeql-action/upload-sarif@v2
127- with :
128- sarif_file : analysisreports
125+
126+ # SARIF v3 requires categories to be used per file and since
127+ # Github Actions doesn't know what a for loop is I'm just ignoring this for now.
128+ # Otherwise we have to generate a matrix and upload the files for the next job
129+ # to use. What a mess.
130+ # - name: Upload SARIF file
131+ # uses: github/codeql-action/upload-sarif@v2
132+ # with:
133+ # sarif_file: analysisreports
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ storage: none
1111nuget BenchmarkDotNet
1212nuget Fantomas.Client >= 0.9
1313nuget FSharp.Compiler.Service >= 43.9.300
14- nuget Ionide.Analyzers 0.14.6
14+ nuget Ionide.Analyzers 0.14.7
1515nuget FSharp.Analyzers.Build
1616nuget Ionide.ProjInfo >= 0.71.2
1717nuget Ionide.ProjInfo.FCS >= 0.71.2
@@ -22,7 +22,7 @@ nuget Microsoft.Build.Utilities.Core >= 17.4 copy_local:false
2222nuget Microsoft.Build.Tasks.Core >= 17.4 copy_local: false
2323nuget Nuget.Frameworks >= 6.3 copy_local: false
2424nuget Microsoft.CodeAnalysis
25- nuget FSharp.Analyzers.SDK 0.32.0
25+ nuget FSharp.Analyzers.SDK 0.32.1
2626nuget ICSharpCode.Decompiler
2727nuget Mono.Cecil >= 0.11.4
2828nuget FSharpLint.Core
Original file line number Diff line number Diff line change 5050 FParsec (1.1.1) - restriction: || (== net8.0) (== net9.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0))
5151 FSharp.Core (>= 4.3.4)
5252 FSharp.Analyzers.Build (0.3)
53- FSharp.Analyzers.SDK (0.32)
53+ FSharp.Analyzers.SDK (0.32.1 )
5454 FSharp.Compiler.Service (43.9.300) - restriction: || (== net8.0) (== net9.0) (&& (== netstandard2.0) (>= net8.0)) (&& (== netstandard2.1) (>= net8.0))
5555 FSharp.Core (9.0.300) - restriction: || (== net8.0) (== net9.0) (&& (== netstandard2.0) (>= net8.0)) (&& (== netstandard2.1) (>= net8.0))
5656 McMaster.NETCore.Plugins (>= 1.4) - restriction: || (== net8.0) (== net9.0) (&& (== netstandard2.0) (>= net8.0)) (&& (== netstandard2.1) (>= net8.0))
@@ -124,7 +124,7 @@ NUGET
124124 ICSharpCode.Decompiler (8.2.0.7535)
125125 System.Collections.Immutable (>= 6.0)
126126 System.Reflection.Metadata (>= 6.0)
127- Ionide.Analyzers (0.14.6 )
127+ Ionide.Analyzers (0.14.7 )
128128 Ionide.KeepAChangelog.Tasks (0.1.8) - copy_local: true
129129 Ionide.LanguageServerProtocol (0.7)
130130 FSharp.Core (>= 6.0)
You can’t perform that action at this time.
0 commit comments