Skip to content

Commit 915e3bc

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

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
@@ -63,7 +63,7 @@ jobs:
6363
6464
function needCreateIssue (alert) {
6565
return !issueDictionary[alert.html_url]
66-
&& Date.now() - new Date(alert.updated_at) <= 1000 * 60 * 60 * 24;
66+
&& Date.now() - new Date(alert.created_at) <= 1000 * 60 * 60 * 24;
6767
}
6868
6969
const dependabotAlerts = await getDependabotAlerts();

0 commit comments

Comments
 (0)