git-lfs/.github
brian m. carlson dea8b4e97d
.github/workflows: switch to actions/checkout@v2
The actions/checkout workflow looks like it may have had a
security-sensitive change to it in the latest v2.  It doesn't look like
it affects us, but let's update to be safe.

Switch to actions/checkout@v2 everywhere and use the fetch-depth: 0
argument, which makes us fetch the entire history.  This is the main
reason we stuck with v1 for so long, and it's required for certain parts
of our build and release process to function correctly.
2022-01-03 16:23:36 +00:00
..
ISSUE_TEMPLATE Add issue templates 2019-11-13 19:54:28 +00:00
workflows .github/workflows: switch to actions/checkout@v2 2022-01-03 16:23:36 +00:00
CODEOWNERS Add CODEOWNERS to automatically ping on review 2021-12-08 15:17:31 +00:00