Skip to content

Commit 6ae9cb5

Browse files
committed
fix: remove unused CodeQL configuration options
1 parent ed4a63c commit 6ae9cb5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/code-scanning.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,6 @@ jobs:
4343
languages: ${{ matrix.language }}
4444
build-mode: ${{ matrix.build-mode }}
4545
dependency-caching: ${{ runner.environment == 'github-hosted' }}
46-
queries: "" # Default query suite
47-
packs: github/ccr-${{ matrix.language }}-queries
48-
config: |
49-
default-setup:
50-
org:
51-
model-packs: [ ${{ github.event.inputs.code_scanning_codeql_packs }} ]
52-
threat-models: [ ]
5346
- name: Setup proxy for registries
5447
id: proxy
5548
uses: github/codeql-action/start-proxy@v3

0 commit comments

Comments
 (0)