Merge branch 'main' into dependabot/npm_and_yarn/glob-parent-5.1.2

This commit is contained in:
Brian Cristante 2021-06-16 10:14:33 -04:00
commit 8ba71a83fa
3 changed files with 5 additions and 4 deletions

View File

@ -2,6 +2,7 @@ name: "Code scanning - action"
on: on:
push: push:
branches-ignore: "dependabot/*"
pull_request: pull_request:
paths-ignore: paths-ignore:
- '**.md' - '**.md'

6
package-lock.json generated
View File

@ -7846,9 +7846,9 @@
} }
}, },
"lodash": { "lodash": {
"version": "4.17.19", "version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==", "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
"dev": true "dev": true
}, },
"lodash.memoize": { "lodash.memoize": {

View File

@ -39,7 +39,7 @@ async function run(): Promise<void> {
if (searchResult.filesToUpload.length > 10000) { if (searchResult.filesToUpload.length > 10000) {
core.warning( core.warning(
`There are over 10,000 files in this artifact, consider create an archive before upload to improve the upload performance.` `There are over 10,000 files in this artifact, consider creating an archive before upload to improve the upload performance.`
) )
} }