aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/fossa.yaml (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-06-01ci: Update actions (#99)Gravatar Abhinav Gupta 1-1/+1
Updates the checkout, setup-go, and codecov GitHub Actions. Supersedes #88, #89, #90
2021-05-25fossa: Run separately, only on pushGravatar Abhinav Gupta 1-0/+17
FOSSA analysis currently blocks CI on pull requests because they are denied access to secrets. Run FOSSA as a separate job only when we push to a branch of the project.