From 679189dc9fa1a47e629e2c4bcf0cbbe5989484c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 12:53:57 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action from 2 to 3 (#20) --- .github/workflows/step-dotnet-codeql.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/step-dotnet-codeql.yml b/.github/workflows/step-dotnet-codeql.yml index bc979b5..830ac60 100644 --- a/.github/workflows/step-dotnet-codeql.yml +++ b/.github/workflows/step-dotnet-codeql.yml @@ -47,20 +47,20 @@ jobs: run: dotnet restore ${{ inputs.solution }} - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: csharp queries: security-extended - name: Autobuild id: autobuild - uses: github/codeql-action/autobuild@v2 + uses: github/codeql-action/autobuild@v3 - name: Build .NET (error case) if: steps.autobuild.outcome != 'success' run: dotnet build ${{ inputs.solution }} -c Release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 with: category: "/language:csharp"