From d57be7000a13705af065284ba3a766b802f4ddd2 Mon Sep 17 00:00:00 2001 From: Jiaxun Wei Date: Tue, 1 Oct 2024 16:29:41 +0200 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a2fcd5f..72c7bd2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -62,6 +62,7 @@ jobs: - name: Configure custom NuGet sources run: | dotnet nuget add source https://www.myget.org/F/emgprivate/auth/${{ secrets.EMG_PRIVATE_API_KEY }}/api/v3/index.json -n EMGPrivate + dotnet nuget add source https://www.myget.org/F/emg/api/v3/index.json -n EMGPublic dotnet nuget list source # Initializes the CodeQL tools for scanning.