Skip to content

Commit fc374f5

Browse files
committed
remove the documentation about workflow parameters
1 parent b4e6f81 commit fc374f5

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -173,24 +173,6 @@ You can alternatively configure CodeQL using the `config` input to the `init` Ac
173173

174174
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).
175175

176-
- **Input Parameters**
177-
178-
Use workflow input parameter:
179-
180-
```yaml
181-
- uses: github/codeql-action/init@v2
182-
with:
183-
languages: ${{ matrix.language }}
184-
config: |
185-
disable-default-queries: true
186-
queries:
187-
- uses: security-extended
188-
- uses: security-and-quality
189-
query-filters:
190-
- include:
191-
tags: /${{ github.event.inputs.codeql-include-tags }}/
192-
```
193-
194176
## Troubleshooting
195177

196178
Read about [troubleshooting code scanning](https://help.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/troubleshooting-code-scanning).

0 commit comments

Comments
 (0)