Merge pull request #1656 from github/mergeback/v2.3.0-to-main-b2c19fb9

Mergeback v2.3.0 refs/heads/releases/v2 into main
This commit is contained in:
Chuan-kai Lin
2023-04-21 12:43:38 -07:00
committed by GitHub
4 changed files with 8 additions and 4 deletions
+4
View File
@@ -2,6 +2,10 @@
## [UNRELEASED]
No user facing changes.
## 2.3.0 - 21 Apr 2023
- Update default CodeQL bundle version to 2.13.0. [#1649](https://github.com/github/codeql-action/pull/1649)
- Bump the minimum CodeQL bundle version to 2.8.5. [#1618](https://github.com/github/codeql-action/pull/1618)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "2.3.0",
"version": "2.3.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "codeql",
"version": "2.3.0",
"version": "2.3.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "codeql",
"version": "2.3.0",
"version": "2.3.1",
"license": "MIT",
"dependencies": {
"@actions/artifact": "^1.1.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "2.3.0",
"version": "2.3.1",
"private": true,
"description": "CodeQL action",
"scripts": {