From ff17f98c99a91754bde410624bb9b89fbb9e733e Mon Sep 17 00:00:00 2001 From: Jiaxun Wei Date: Tue, 1 Oct 2024 16:19:07 +0200 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c2dc1e1..a2fcd5f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -59,6 +59,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - 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 list source + # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v3