Fix input to action
This commit is contained in:
parent
2e80c74b1b
commit
c7785f6b91
2 changed files with 2 additions and 2 deletions
2
.github/check-sarif/action.yml
vendored
2
.github/check-sarif/action.yml
vendored
|
|
@ -3,7 +3,7 @@ description: Checks a SARIF file to see if certain queries were run and others w
|
||||||
inputs:
|
inputs:
|
||||||
sarif-file:
|
sarif-file:
|
||||||
required: true
|
required: true
|
||||||
description: The sarif file to check
|
description: The SARIF file to check
|
||||||
|
|
||||||
queries-run:
|
queries-run:
|
||||||
required: true
|
required: true
|
||||||
|
|
|
||||||
2
.github/query-filter-test/action.yml
vendored
2
.github/query-filter-test/action.yml
vendored
|
|
@ -31,7 +31,7 @@ runs:
|
||||||
- uses: ./../action/init
|
- uses: ./../action/init
|
||||||
with:
|
with:
|
||||||
languages: javascript
|
languages: javascript
|
||||||
config-file: ./.github/codeql/codeql-config-query-filters1.yml
|
config-file: ${{ inputs.config-file }}
|
||||||
tools: ${{ inputs.tools }}
|
tools: ${{ inputs.tools }}
|
||||||
db-location: ${{ runner.temp }}/query-filter-test
|
db-location: ${{ runner.temp }}/query-filter-test
|
||||||
- uses: ./../action/analyze
|
- uses: ./../action/analyze
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue