From 97313a5af9d58743dc692c7de6024df7a05bba89 Mon Sep 17 00:00:00 2001 From: Lior Banai <36262995+LiorBanai@users.noreply.github.com> Date: Fri, 10 Feb 2023 10:32:58 +0200 Subject: [PATCH] Update dotnet-core-desktop.yml --- .github/workflows/dotnet-core-desktop.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-core-desktop.yml b/.github/workflows/dotnet-core-desktop.yml index 1926a20d..0b6bcd9d 100644 --- a/.github/workflows/dotnet-core-desktop.yml +++ b/.github/workflows/dotnet-core-desktop.yml @@ -28,7 +28,11 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 - + - name: 'Qodana Scan' + uses: JetBrains/qodana-action@main + env: + QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} + - name: Write key file run: | echo "${{ secrets.AUTH }}" | base64 -di > ./Installer/Installer_TemporaryKey.pfx