Skip to content

Commit d9e950d

Browse files
author
testcafe-build-bot
committed
🔄 synced local '.github/workflows/' with remote 'workflows/'
1 parent fe0834d commit d9e950d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-security-alerts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
const state = 'open';
2121
const dependabotLabel = 'dependabot';
2222
const codeqlLabel = 'codeql';
23-
const securityLabel = 'security';
23+
const securityLabel = 'security notification';
2424
2525
async function getDependabotAlerts () {
2626
const dependabotListAlertsUrl = `https://api.github.com/repos/${ owner }/${ repo }/dependabot/alerts?state=${ state }`;

0 commit comments

Comments
 (0)