We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0834d commit d9e950dCopy full SHA for d9e950d
.github/workflows/check-security-alerts.yml
@@ -20,7 +20,7 @@ jobs:
20
const state = 'open';
21
const dependabotLabel = 'dependabot';
22
const codeqlLabel = 'codeql';
23
- const securityLabel = 'security';
+ const securityLabel = 'security notification';
24
25
async function getDependabotAlerts () {
26
const dependabotListAlertsUrl = `https://api.github.com/repos/${ owner }/${ repo }/dependabot/alerts?state=${ state }`;
0 commit comments