We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e80c74 + c7785f6 commit 2e111b2Copy full SHA for 2e111b2
.github/check-sarif/action.yml
@@ -3,7 +3,7 @@ description: Checks a SARIF file to see if certain queries were run and others w
3
inputs:
4
sarif-file:
5
required: true
6
- description: The sarif file to check
+ description: The SARIF file to check
7
8
queries-run:
9
.github/query-filter-test/action.yml
@@ -31,7 +31,7 @@ runs:
31
- uses: ./../action/init
32
with:
33
languages: javascript
34
- config-file: ./.github/codeql/codeql-config-query-filters1.yml
+ config-file: ${{ inputs.config-file }}
35
tools: ${{ inputs.tools }}
36
db-location: ${{ runner.temp }}/query-filter-test
37
- uses: ./../action/analyze
0 commit comments