Skip to content

Commit 2e111b2

Browse files
authored
Merge pull request #1102 from github/aeisenberg/fix-query-filters-test
Fix input to action
2 parents 2e80c74 + c7785f6 commit 2e111b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/check-sarif/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Checks a SARIF file to see if certain queries were run and others w
33
inputs:
44
sarif-file:
55
required: true
6-
description: The sarif file to check
6+
description: The SARIF file to check
77

88
queries-run:
99
required: true

.github/query-filter-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
- uses: ./../action/init
3232
with:
3333
languages: javascript
34-
config-file: ./.github/codeql/codeql-config-query-filters1.yml
34+
config-file: ${{ inputs.config-file }}
3535
tools: ${{ inputs.tools }}
3636
db-location: ${{ runner.temp }}/query-filter-test
3737
- uses: ./../action/analyze

0 commit comments

Comments
 (0)