Skip to content

Commit

Permalink
remove the documentation about workflow parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrall committed Apr 10, 2023
1 parent b4e6f81 commit fc374f5
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit fc374f5

Please sign in to comment.