From 773f1d486d0efab0cdb266797c7e06ac5da8dbdf Mon Sep 17 00:00:00 2001 From: Tyler Jang Date: Tue, 15 Oct 2024 10:03:31 -0700 Subject: [PATCH] (Fix): Use updated psscriptanalyzer download URL (#890) Release [v1.23.0](https://github.com/PowerShell/PSScriptAnalyzer/releases) updated the asset URL schema --- linters/psscriptanalyzer/plugin.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/linters/psscriptanalyzer/plugin.yaml b/linters/psscriptanalyzer/plugin.yaml index 712730a33..000798f21 100644 --- a/linters/psscriptanalyzer/plugin.yaml +++ b/linters/psscriptanalyzer/plugin.yaml @@ -6,7 +6,13 @@ downloads: linux: linux windows: windows macos: macos + version: <=1.22.0 url: https://github.com/PowerShell/PSScriptAnalyzer/releases/download/${version}/PSScriptAnalyzer.${version}.nupkg + - os: + linux: linux + windows: windows + macos: macos + url: https://github.com/PowerShell/PSScriptAnalyzer/releases/download/v${version}/PSScriptAnalyzer.${version}.nupkg - name: converttosarif downloads: - os: