mirror of
https://github.com/github/codeql-action.git
synced 2026-04-26 16:58:47 +00:00
Fix input to action
This commit is contained in:
@@ -31,7 +31,7 @@ runs:
|
||||
- uses: ./../action/init
|
||||
with:
|
||||
languages: javascript
|
||||
config-file: ./.github/codeql/codeql-config-query-filters1.yml
|
||||
config-file: ${{ inputs.config-file }}
|
||||
tools: ${{ inputs.tools }}
|
||||
db-location: ${{ runner.temp }}/query-filter-test
|
||||
- uses: ./../action/analyze
|
||||
|
||||
Reference in New Issue
Block a user