Skip to content

Commit 2e0c6ca

Browse files
authored
Merge pull request #1111 from github/aeisenberg/revert-1098
Revert "Add capability to filter queries #1098"
2 parents 47dc295 + 99d4397 commit 2e0c6ca

25 files changed

+95
-766
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

.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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ No user facing changes.
66

77
## 2.1.13 - 21 Jun 2022
88

9-
- 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)
109
- Update default CodeQL bundle version to 2.9.4. [#1100](https://github.com/github/codeql-action/pull/1100)
1110

1211
## 2.1.12 - 01 Jun 2022

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)