From 3e83904e5ac47d1cd62bb789d27533926018d242 Mon Sep 17 00:00:00 2001 From: renukachalawadi Date: Fri, 6 Dec 2024 15:20:57 +0530 Subject: [PATCH] Updated Deprecated message in the action.yml file --- action.yml | 2 +- package-lock.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 33b4e6f..8f3d16e 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: 'Detect Rapid Scan Action' branding: icon: 'shield' color: 'purple' -description: 'Deprecated:Please use Black Duck Security Scan "https://github.com/marketplace/actions/black-duck-security-scan" ' +description: 'DEPRECATED: Please use Black Duck Security Scan "https://github.com/marketplace/actions/black-duck-security-scan" ' inputs: github-token: description: 'Your GitHub token' diff --git a/package-lock.json b/package-lock.json index 68b6ee5..70c3939 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9992,4 +9992,4 @@ "dev": true } } -} \ No newline at end of file +}