From 578cf0379f53576a5bee4cc54439691763d0699f Mon Sep 17 00:00:00 2001 From: Neil <49037171+neilr81@users.noreply.github.com> Date: Tue, 27 Jan 2026 22:33:42 +0000 Subject: [PATCH] Update GitHub Semmle pipeline configuration Removed temporary .NET 8 SDK installation step and added NuGet authentication. --- .github/pipelines/github-semmle.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/pipelines/github-semmle.yml b/.github/pipelines/github-semmle.yml index e004e57a3..671c5690e 100644 --- a/.github/pipelines/github-semmle.yml +++ b/.github/pipelines/github-semmle.yml @@ -37,10 +37,8 @@ extends: steps: - checkout: self clean: true - - task: UseDotNet@2 - displayName: Temporarily install .NET 8 SDK while dual targeting - inputs: - version: "8.0.x" + - task: NuGetAuthenticate@1 + displayName: NuGet Authenticate - task: UseDotNet@2 displayName: Use .NET SDK from global.json inputs: