Skip to content

Commit e640fc2

Browse files
authored
Update FSharp.Analyzers.SDK and Ionide.Analyzers to version 0.32.1 and 0.14.7 (#1382)
* Update FSharp.Analyzers.SDK and Ionide.Analyzers to version 0.32.1 and 0.14.7 respectively * Update CodeQL SARIF upload action to version 3 * go AI slop go * go ai slop go * Remove SARIF file generation and upload steps from the build workflow
1 parent 9851e4e commit e640fc2

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"rollForward": false
2525
},
2626
"fsharp-analyzers": {
27-
"version": "0.32.0",
27+
"version": "0.32.1",
2828
"commands": [
2929
"fsharp-analyzers"
3030
],

.github/workflows/build.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff 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

paket.dependencies

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ storage: none
1111
nuget BenchmarkDotNet
1212
nuget Fantomas.Client >= 0.9
1313
nuget FSharp.Compiler.Service >= 43.9.300
14-
nuget Ionide.Analyzers 0.14.6
14+
nuget Ionide.Analyzers 0.14.7
1515
nuget FSharp.Analyzers.Build
1616
nuget Ionide.ProjInfo >= 0.71.2
1717
nuget Ionide.ProjInfo.FCS >= 0.71.2
@@ -22,7 +22,7 @@ nuget Microsoft.Build.Utilities.Core >= 17.4 copy_local:false
2222
nuget Microsoft.Build.Tasks.Core >= 17.4 copy_local: false
2323
nuget Nuget.Frameworks >= 6.3 copy_local: false
2424
nuget Microsoft.CodeAnalysis
25-
nuget FSharp.Analyzers.SDK 0.32.0
25+
nuget FSharp.Analyzers.SDK 0.32.1
2626
nuget ICSharpCode.Decompiler
2727
nuget Mono.Cecil >= 0.11.4
2828
nuget FSharpLint.Core

paket.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ NUGET
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)

0 commit comments

Comments
 (0)