OWASP / CheatSheetSeries

The OWASP Cheat Sheet Series was created to provide a concise collection of high value information on specific application security topics.
https://cheatsheetseries.owasp.org
Creative Commons Attribution Share Alike 4.0 International
27.75k stars 3.89k forks source link

Fix GH checkout action not fetching all branches #1277

Closed szh closed 8 months ago

szh commented 8 months ago

In #1260, we upgraded to the latest version of the GH checkout action (v4). This version appears to no longer fetch all branches by default, so we are getting an error when trying to switch to the gh-pages branch in order to build the website. This PR explicitly configures the checkout action to fetch all branches.