Skip to content
Permalink
Browse files
Revert "Add capability to filter queries #1098"
https://github.com/github/codeql-action/pull/1098
This reverts commit 777b778.
This reverts commit 59ca9b5.
This reverts commit eec34d5.
This reverts commit 40b2800.
  • Loading branch information
Andrew Eisenberg committed Jun 21, 2022
1 parent 47dc295 commit 99d4397d88749d4304bdaf50544afaf1b942c6bc
Showing 25 changed files with 95 additions and 766 deletions.
@@ -1,5 +1,5 @@
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
@@ -1,4 +1,6 @@
name: Check queries that ran
name: Expected queries runs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

on:
push:

This file was deleted.

@@ -6,7 +6,6 @@ No user facing changes.

## 2.1.13 - 21 Jun 2022

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

## 2.1.12 - 01 Jun 2022

Some generated files are not rendered by default. Learn more.

0 comments on commit 99d4397

Please sign in to comment.