Skip to content

Commit

Permalink
Cleanup comments for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
andystaples committed Oct 4, 2024
1 parent 873a96f commit 3ca9bfe
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/codeQL.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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
Expand All @@ -72,4 +61,4 @@ jobs:
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"
category: "/language:${{matrix.language}}"

0 comments on commit 3ca9bfe

Please sign in to comment.