We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4a63c commit 6ae9cb5Copy full SHA for 6ae9cb5
.github/workflows/code-scanning.yml
@@ -43,13 +43,6 @@ jobs:
43
languages: ${{ matrix.language }}
44
build-mode: ${{ matrix.build-mode }}
45
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: [ ]
53
- name: Setup proxy for registries
54
id: proxy
55
uses: github/codeql-action/start-proxy@v3
0 commit comments