Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.19-f5d217be

# Conflicts:
#	package-lock.json
#	package.json
This commit is contained in:
github-actions[bot]
2022-08-19 09:42:44 +00:00
1923 changed files with 215142 additions and 1633 deletions

View File

@@ -66,6 +66,10 @@ inputs:
default: ${{ github.token }}
matrix:
default: ${{ toJson(matrix) }}
expect-error:
description: "[Internal] It is an error to use this input outside of integration testing of the codeql-action."
required: false
default: "false"
outputs:
db-locations:
description: A map from language to absolute path for each database created by CodeQL.
@@ -74,3 +78,4 @@ outputs:
runs:
using: "node12"
main: "../lib/analyze-action.js"
post: "../lib/analyze-action-post.js"