Skip to content

Commit

Permalink
Updated Main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
renukachalawadi committed Dec 4, 2024
1 parent 9a7875e commit d94e1f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 https://documentation.blackduck.com/bundle/bridge/page/documentation/c_using-github-action.html 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 https://documentation.blackduck.com/bundle/bridge/page/documentation/c_using-github-action.html 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 d94e1f9

Please sign in to comment.