Skip to content

Commit

Permalink
Updated Depricated message
Browse files Browse the repository at this point in the history
  • Loading branch information
renukachalawadi committed Dec 4, 2024
1 parent 4ff36e2 commit 78a0601
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# DEPRECATED: Synopsys Action
<span style="color:red">**NOTE:**</span> This action has been deprecated and will not work after February 14, 2025. It is recommended that you migrate to our new <a href="https://github.com/marketplace/actions/black-duck-security-scan">Black Duck Security Scan</a>.
**NOTE:** This action has been deprecated and will not work after February 14, 2025. It is recommended that you migrate to our new <a href="https://github.com/marketplace/actions/black-duck-security-scan">Black Duck Security Scan</a>.Instructions can be found at <a href="https://documentation.blackduck.com/bundle/bridge/page/documentation/c_using-github-action.html">BlackDuckDoc's</a>.

![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/synopsys-sig/synopsys-action?color=blue&label=Latest%20Version&sort=semver)

Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ const github_client_service_factory_1 = __nccwpck_require__(24130);
function run() {
return __awaiter(this, void 0, void 0, function* () {
(0, core_1.info)('Synopsys Action started...');
(0, core_1.warning)('This action has been deprecated and will not work after February 14, 2025. It is recommended that you migrate to our new Black Duck Security Scan https://github.com/marketplace/actions/black-duck-security-scan. Instructions can be found at http://<community url> here');
(0, core_1.warning)('This action has been deprecated and will not work after February 14, 2025. It is recommended that you migrate to our new Black Duck Security Scan https://github.com/marketplace/actions/black-duck-security-scan. Instructions can be found at https://documentation.blackduck.com/bundle/bridge/page/documentation/c_using-github-action.html here');
const tempDir = yield (0, utility_1.createTempDir)();
let formattedCommand = '';
let isBridgeExecuted = false;
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {GitHubClientServiceFactory} from './synopsys-action/factory/github-clien

export async function run() {
info('Synopsys Action started...')
warning('This action has been deprecated and will not work after February 14, 2025. It is recommended that you migrate to our new Black Duck Security Scan https://github.com/marketplace/actions/black-duck-security-scan. Instructions can be found at http://<community url> here')
warning('This action has been deprecated and will not work after February 14, 2025. It is recommended that you migrate to our new Black Duck Security Scan https://github.com/marketplace/actions/black-duck-security-scan. Instructions can be found at https://documentation.blackduck.com/bundle/bridge/page/documentation/c_using-github-action.html here')
const tempDir = await createTempDir()
let formattedCommand = ''
let isBridgeExecuted = false
Expand Down

0 comments on commit 78a0601

Please sign in to comment.