Skip to content

Commit 3ca9bfe

Browse files
committed
Cleanup comments for merge
1 parent 873a96f commit 3ca9bfe

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/codeQL.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This workflow generates weekly CodeQL reports for this repo, a security requirements.
2-
# The workflow is adapted from the following reference: https://github.com/Azure-Samples/azure-functions-python-stream-openai/pull/2/files
2+
# The workflow is adapted from the following reference: https://github.com/Azure/azure-functions-durable-extension/commit/6cb5cc5814102685094e64a55ad1f885c2bfb14d
33
# Generic comments on how to modify these file are left intactfor future maintenance.
44

55
name: "CodeQL"
@@ -53,17 +53,6 @@ jobs:
5353
with:
5454
submodules: true
5555

56-
# - name: Setup .NET
57-
# uses: actions/setup-dotnet@v3
58-
59-
# - name: Set up .NET Core 3.1
60-
# uses: actions/setup-dotnet@v3
61-
# with:
62-
# dotnet-version: '3.1.x'
63-
64-
# - name: Restore dependencies
65-
# run: dotnet restore $solution
66-
6756
- name: Build
6857
shell: pwsh
6958
run: ./build.ps1 -Clean -Bootstrap
@@ -72,4 +61,4 @@ jobs:
7261
- name: Perform CodeQL Analysis
7362
uses: github/codeql-action/analyze@v3
7463
with:
75-
category: "/language:${{matrix.language}}"
64+
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)