diff --git a/actions/renovate-sanity-check/action.cjs b/actions/renovate-sanity-check/action.cjs index 18a84322..3d707d8e 100644 --- a/actions/renovate-sanity-check/action.cjs +++ b/actions/renovate-sanity-check/action.cjs @@ -9,5 +9,5 @@ module.exports = async ({ github, context, inputs, actionPath, core, debug = fal debug }) - if (message.length > 0) { await sendSlackMessage({ debug, username: 'renovate-sanity-check', message, color: 'yellow', channel: '#security-action', token: inputs.slack_token }) } + if (message.length > 0) { await sendSlackMessage({ debug, username: 'renovate-sanity-check', message, color: 'yellow', channel: '#secops-hotspots', token: inputs.slack_token }) } }