diff --git a/.github/workflows/check-security-alerts.yml b/.github/workflows/check-security-alerts.yml index 7ec3f5e..f81dbe6 100644 --- a/.github/workflows/check-security-alerts.yml +++ b/.github/workflows/check-security-alerts.yml @@ -20,7 +20,7 @@ jobs: const state = 'open'; const dependabotLabel = 'dependabot'; const codeqlLabel = 'codeql'; - const securityLabel = 'security'; + const securityLabel = 'security notification'; async function getDependabotAlerts () { const dependabotListAlertsUrl = `https://api.github.com/repos/${ owner }/${ repo }/dependabot/alerts?state=${ state }`;