peter-murray / github-security-report-action

MIT License
78 stars 27 forks source link

Use paginated queryParameters in query #16

Open tinder-joelmargolis opened 1 year ago

tinder-joelmargolis commented 1 year ago

Was running into a program hang and figured out that the pagination code was slightly wrong. It never actually used the next cursor so it would get stuck in a loop with more than 1 page of results.