Update changelog and version after v2.1.13

This commit is contained in:
github-actions[bot] 2022-06-21 09:43:31 +00:00
Родитель d00e8c09a3
Коммит b2786f5323
3 изменённых файлов: 7 добавлений и 3 удалений

Просмотреть файл

@ -1,5 +1,9 @@
# CodeQL Action Changelog
## [UNRELEASED]
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)

4
package-lock.json сгенерированный
Просмотреть файл

@ -1,12 +1,12 @@
{
"name": "codeql",
"version": "2.1.13",
"version": "2.1.14",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "codeql",
"version": "2.1.13",
"version": "2.1.14",
"license": "MIT",
"dependencies": {
"@actions/artifact": "^1.0.0",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "2.1.13",
"version": "2.1.14",
"private": true,
"description": "CodeQL action",
"scripts": {