From 3ca9bfed333ddfe32da15ca014e7a037b64b81c9 Mon Sep 17 00:00:00 2001 From: Andy Staples Date: Fri, 4 Oct 2024 16:26:03 -0600 Subject: [PATCH] Cleanup comments for merge --- .github/workflows/codeQL.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/workflows/codeQL.yml b/.github/workflows/codeQL.yml index ba3a6489..7fa6b3ed 100644 --- a/.github/workflows/codeQL.yml +++ b/.github/workflows/codeQL.yml @@ -1,5 +1,5 @@ # This workflow generates weekly CodeQL reports for this repo, a security requirements. -# The workflow is adapted from the following reference: https://github.com/Azure-Samples/azure-functions-python-stream-openai/pull/2/files +# The workflow is adapted from the following reference: https://github.com/Azure/azure-functions-durable-extension/commit/6cb5cc5814102685094e64a55ad1f885c2bfb14d # Generic comments on how to modify these file are left intactfor future maintenance. name: "CodeQL" @@ -53,17 +53,6 @@ jobs: with: submodules: true - # - name: Setup .NET - # uses: actions/setup-dotnet@v3 - - # - name: Set up .NET Core 3.1 - # uses: actions/setup-dotnet@v3 - # with: - # dotnet-version: '3.1.x' - - # - name: Restore dependencies - # run: dotnet restore $solution - - name: Build shell: pwsh run: ./build.ps1 -Clean -Bootstrap @@ -72,4 +61,4 @@ jobs: - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3 with: - category: "/language:${{matrix.language}}" \ No newline at end of file + category: "/language:${{matrix.language}}"