Spelling, capitalization, and better descriptions
This commit is contained in:
parent
59ca9b59cb
commit
777b778409
6 changed files with 13 additions and 13 deletions
6
.github/query-filter-test/action.yml
vendored
6
.github/query-filter-test/action.yml
vendored
|
|
@ -1,9 +1,9 @@
|
|||
name: Query Filter Test
|
||||
description: Runs a test of query filters using the check sarif action
|
||||
description: Runs a test of query filters using the check SARIF action
|
||||
inputs:
|
||||
sarif-file:
|
||||
required: true
|
||||
description: The sarif file to check
|
||||
description: The SARIF file to check
|
||||
|
||||
queries-run:
|
||||
required: true
|
||||
|
|
@ -41,7 +41,7 @@ runs:
|
|||
upload: false
|
||||
env:
|
||||
TEST_MODE: "true"
|
||||
- name: Check Sarif
|
||||
- name: Check SARIF
|
||||
uses: ./../action/.github/check-sarif
|
||||
with:
|
||||
sarif-file: ${{ inputs.sarif-file }}
|
||||
|
|
|
|||
6
.github/workflows/query-filters.yml
vendored
6
.github/workflows/query-filters.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
with:
|
||||
version: latest
|
||||
|
||||
- name: Check Sarif for default queries with Single include, Single exclude
|
||||
- name: Check SARIF for default queries with Single include, Single exclude
|
||||
uses: ./../action/.github/query-filter-test
|
||||
with:
|
||||
sarif-file: ${{ runner.temp }}/results/javascript.sarif
|
||||
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
config-file: ./.github/codeql/codeql-config-query-filters1.yml
|
||||
tools: ${{ steps.prepare-test.outputs.tools-url }}
|
||||
|
||||
- name: Check Sarif for query packs with Single include, Single exclude
|
||||
- name: Check SARIF for query packs with Single include, Single exclude
|
||||
uses: ./../action/.github/query-filter-test
|
||||
with:
|
||||
sarif-file: ${{ runner.temp }}/results/javascript.sarif
|
||||
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
config-file: ./.github/codeql/codeql-config-query-filters2.yml
|
||||
tools: ${{ steps.prepare-test.outputs.tools-url }}
|
||||
|
||||
- name: Check Sarif for query packs and local queries with Single include, Single exclude
|
||||
- name: Check SARIF for query packs and local queries with Single include, Single exclude
|
||||
uses: ./../action/.github/query-filter-test
|
||||
with:
|
||||
sarif-file: ${{ runner.temp }}/results/javascript.sarif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue