diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7ec02d9..699cb4b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -2,6 +2,7 @@ name: "Code scanning - action" on: push: + branches-ignore: "dependabot/*" pull_request: paths-ignore: - '**.md' diff --git a/package-lock.json b/package-lock.json index 7929842..52a32d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7846,9 +7846,9 @@ } }, "lodash": { - "version": "4.17.19", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", - "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==", + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, "lodash.memoize": { diff --git a/src/upload-artifact.ts b/src/upload-artifact.ts index 3add259..d78e069 100644 --- a/src/upload-artifact.ts +++ b/src/upload-artifact.ts @@ -39,7 +39,7 @@ async function run(): Promise { if (searchResult.filesToUpload.length > 10000) { 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.` ) }