Skip to content

Commit 8ff3367

Browse files
committed
Revert "Add capability to filter queries #1098"
#1098 This reverts commit 777b778. This reverts commit 59ca9b5. This reverts commit eec34d5. This reverts commit 40b2800.
1 parent 47dc295 commit 8ff3367

25 files changed

+98
-767
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Query Filter Test
2-
description: Runs a test of query filters using the check SARIF action
2+
description: Runs a test of query filters using the check sarif action
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
@@ -41,7 +41,7 @@ runs:
4141
upload: false
4242
env:
4343
TEST_MODE: "true"
44-
- name: Check SARIF
44+
- name: Check Sarif
4545
uses: ./../action/.github/check-sarif
4646
with:
4747
sarif-file: ${{ inputs.sarif-file }}

.github/workflows/expected-queries-runs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
name: Check queries that ran
1+
name: Expected queries runs
2+
env:
3+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24

35
on:
46
push:

.github/workflows/query-filters.yml

Lines changed: 0 additions & 56 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ No user facing changes.
88

99
- Add the ability to filter queries from a code scanning run by using the `query-filters` option in the code scanning configuration file. [#1098](https://github.com/github/codeql-action/pull/1098)
1010
- Update default CodeQL bundle version to 2.9.4. [#1100](https://github.com/github/codeql-action/pull/1100)
11+
- Add the ability to filter queries from a code scanning run by using the `query-filters` option in the code scanning configuration file.[#1098](https://github.com/github/codeql-action/pull/1098)
1112

1213
## 2.1.12 - 01 Jun 2022
1314

lib/analyze.js

Lines changed: 13 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)