1 parent af8881d commit 05ee1f3Copy full SHA for 05ee1f3
1 file changed
.github/workflows/ci.yml
@@ -145,14 +145,6 @@ jobs:
145
run: dotnet format --verify-no-changes
146
- name: Check for vulnerable dependencies
147
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
156
perf-bench:
157
if: (github.event_name == 'pull_request' || github.ref == 'refs/heads/main') && github.actor != 'dependabot[bot]'
158
needs: test
0 commit comments