Skip to content

Commit 27a15a6

Browse files
Update Security-Notification.yml
1 parent f80c7d0 commit 27a15a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Security-Notification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# We use 'per_page=1' because we only need one example to test
2626
RESPONSE=$(curl -s -H "Authorization: token $GH_TOKEN" \
2727
-H "Accept: application/vnd.github+json" \
28-
"https://api.github.com/repos/${{ github.repository }}/dependabot/alerts?state=all&per_page=1")
28+
"https://api.github.com/repos/${{ github.repository }}/dependabot/alerts?q=is%3Aclosed")
2929
3030
# 2. Check for Authentication Errors
3131
if echo "$RESPONSE" | grep -q "Bad credentials"; then

0 commit comments

Comments
 (0)