Skip to content

Commit 41a4ada

Browse files
authored
Merge pull request #1114 from github/update-v2.1.14-2e0c6caf
Merge main into releases/v2
2 parents d00e8c0 + e524cd6 commit 41a4ada

33 files changed

+108
-775
lines changed

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

+1-1
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/check-for-conflicts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Check for conflicts
44

55
on:
66
pull_request:
7-
branches: [main, v1, v2]
7+
branches: [main, releases/v1, releases/v2]
88
# Run checks on reopened draft PRs to support triggering PR checks on draft PRs that were opened
99
# by other workflows.
1010
types: [opened, synchronize, reopened, ready_for_review]

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

+3-1
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

-56
This file was deleted.

.github/workflows/script/update-required-checks.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fi
2121
echo "Getting checks for $GITHUB_SHA"
2222

2323
# Ignore any checks with "https://", CodeQL, LGTM, and Update checks.
24-
CHECKS="$(gh api repos/github/codeql-action/commits/${GITHUB_SHA}/check-runs --paginate | jq --slurp --compact-output --raw-output '[.[].check_runs | .[].name | select(contains("https://") or . == "CodeQL" or . == "LGTM.com" or contains("Update") | not)] | unique | sort')"
24+
CHECKS="$(gh api repos/github/codeql-action/commits/${GITHUB_SHA}/check-runs --paginate | jq --slurp --compact-output --raw-output '[.[].check_runs | .[].name | select(contains("https://") or . == "CodeQL" or . == "LGTM.com" or contains("Update") or contains("update") | not)] | unique | sort')"
2525

2626
echo "$CHECKS" | jq
2727

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# CodeQL Action Changelog
22

3+
## 2.1.14 - 22 Jun 2022
4+
5+
No user facing changes.
6+
37
## 2.1.13 - 21 Jun 2022
48

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

811
## 2.1.12 - 01 Jun 2022

lib/analyze.js

+13-54
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)