We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdfd51b commit 8d7eedcCopy full SHA for 8d7eedc
.github/workflows/check-security-alerts.yml
@@ -63,7 +63,7 @@ jobs:
63
64
function needCreateIssue (alert) {
65
return !issueDictionary[alert.html_url]
66
- && Date.now() - new Date(alert.updated_at) <= 1000 * 60 * 60 * 24;
+ && Date.now() - new Date(alert.created_at) <= 1000 * 60 * 60 * 24;
67
}
68
69
const dependabotAlerts = await getDependabotAlerts();
0 commit comments