From 36aa5c5a70c29b71c2b4cff2488e1d7b37485024 Mon Sep 17 00:00:00 2001 From: Andre Smith Date: Sun, 3 Dec 2023 13:54:45 -0800 Subject: [PATCH] [skip ci] Update codeql.yml (#2472) --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c84929ffc..53103f850 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -49,7 +49,7 @@ jobs: uses: actions/checkout@v3 - name: Install Swashbuckle CLI - shell: powershell + shell: bash run: dotnet tool install -g --version 6.5.0 Swashbuckle.AspNetCore.Cli # Initializes the CodeQL tools for scanning.