From bc151c01c61474da9f509934239efd8ba3cda9a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 08:42:58 +0000 Subject: [PATCH] chore(deps): bump @actions/artifact Bumps the npm-production group with 1 update in the / directory: [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact). Updates `@actions/artifact` from 6.2.0 to 6.2.1 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/artifact/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/artifact) --- updated-dependencies: - dependency-name: "@actions/artifact" dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9049695..4dccf61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "scanoss-code-scan-action", - "version": "1.6.3", + "version": "1.6.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scanoss-code-scan-action", - "version": "1.6.3", + "version": "1.6.4", "license": "MIT", "dependencies": { - "@actions/artifact": "6.2.0", + "@actions/artifact": "6.2.1", "@actions/core": "^3.0.0", "@actions/exec": "^1.1.1", "@actions/github": "^6.0.1" @@ -41,9 +41,9 @@ } }, "node_modules/@actions/artifact": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-6.2.0.tgz", - "integrity": "sha512-i9kmGy6WfuA6rby4fdD0UMKjT4MicFiKMsB5mUZ+1ggFW7+SzqvFsxLhIXxITkKUhTMVREXQfn/ZAN87EQLQDA==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-6.2.1.tgz", + "integrity": "sha512-sJGH0mhEbEjBCw7o6SaLhUU66u27aFW8HTfkIb5Tk2/Wy0caUDc+oYQEgnuFN7a0HCpAbQyK0U6U7XUJDgDWrw==", "license": "MIT", "dependencies": { "@actions/core": "^3.0.0", diff --git a/package.json b/package.json index 4adac31..5804c16 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ ] }, "dependencies": { - "@actions/artifact": "6.2.0", + "@actions/artifact": "6.2.1", "@actions/core": "^3.0.0", "@actions/exec": "^1.1.1", "@actions/github": "^6.0.1"