Skip to content

Commit 05ee1f3

Browse files
committed
ci: remove duplicate codeql steps
1 parent af8881d commit 05ee1f3

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,6 @@ jobs:
145145
run: dotnet format --verify-no-changes
146146
- name: Check for vulnerable dependencies
147147
run: dotnet list KeelMatrix.QueryWatch.sln package --vulnerable --include-transitive
148-
- name: Initialize CodeQL
149-
uses: github/codeql-action/init@v4
150-
with:
151-
languages: csharp
152-
- name: Build for CodeQL
153-
uses: github/codeql-action/autobuild@v4
154-
- name: Analyze with CodeQL
155-
uses: github/codeql-action/analyze@v4
156148
perf-bench:
157149
if: (github.event_name == 'pull_request' || github.ref == 'refs/heads/main') && github.actor != 'dependabot[bot]'
158150
needs: test

0 commit comments

Comments
 (0)