Skip to content

Commit

Permalink
Fix input to action
Browse files Browse the repository at this point in the history
  • Loading branch information
aeisenberg committed Jun 17, 2022
1 parent 2e80c74 commit c7785f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/check-sarif/action.yml
Expand Up @@ -3,7 +3,7 @@ description: Checks a SARIF file to see if certain queries were run and others w
inputs:
sarif-file:
required: true
description: The sarif file to check
description: The SARIF file to check

queries-run:
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/query-filter-test/action.yml
Expand Up @@ -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
Expand Down

0 comments on commit c7785f6

Please sign in to comment.