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 d9e950d commit 915e3bcCopy full SHA for 915e3bc
.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