remove the documentation about workflow parameters
This commit is contained in:
parent
b4e6f81a72
commit
fc374f5e9a
1 changed files with 0 additions and 18 deletions
18
README.md
18
README.md
|
|
@ -173,24 +173,6 @@ You can alternatively configure CodeQL using the `config` input to the `init` Ac
|
|||
|
||||
where `vars.CODEQL_CONF` references an [Actions configuration variable](https://docs.github.com/en/actions/learn-github-actions/variables#defining-configuration-variables-for-multiple-workflows).
|
||||
|
||||
- **Input Parameters**
|
||||
|
||||
Use workflow input parameter:
|
||||
|
||||
```yaml
|
||||
- uses: github/codeql-action/init@v2
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
config: |
|
||||
disable-default-queries: true
|
||||
queries:
|
||||
- uses: security-extended
|
||||
- uses: security-and-quality
|
||||
query-filters:
|
||||
- include:
|
||||
tags: /${{ github.event.inputs.codeql-include-tags }}/
|
||||
```
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
Read about [troubleshooting code scanning](https://help.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/troubleshooting-code-scanning).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue