From fc374f5e9a0cad4d42d3c2f67311d608e2eb5f56 Mon Sep 17 00:00:00 2001 From: tgrall Date: Mon, 10 Apr 2023 07:59:26 +0200 Subject: [PATCH] remove the documentation about workflow parameters --- README.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/README.md b/README.md index 20ad80f8c..7ba6766f1 100644 --- a/README.md +++ b/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).