From ff51c8a3afe6d8a91331c7b80c715b42e545133b Mon Sep 17 00:00:00 2001 From: Thomas Ardal Date: Fri, 24 May 2024 12:09:47 +0200 Subject: [PATCH] Fixed path --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83a7186..c2ff572 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: shell: bash run: | set -e # This will cause the script to exit on the first error - OUTPUT=$(dotnet list src/Elmah.Io.NLog/Elmah.Io.Nlog.csproj package --vulnerable) + OUTPUT=$(dotnet list src/Elmah.Io.WinUI/Elmah.Io.WinUI.csproj package --vulnerable) echo "$OUTPUT" if echo "$OUTPUT" | grep -q 'no vulnerable packages'; then echo "No vulnerable packages found"