Accept change in PR

Co-authored-by: Henry Mercer <henry.mercer@me.com>
This commit is contained in:
Tugdual Grall 2023-04-10 07:35:57 +02:00 committed by GitHub
parent 18f13455eb
commit 696504dcab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -166,8 +166,7 @@ Use the `config` parameter of the `init` action to enable a workflow based confi
- uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
config: |
${{vars.CODEQL_CONF}}
config: ${{ vars.CODEQL_CONF }}
```