aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/fossa.yaml (unfollow)
Commit message (Collapse)AuthorFiles
2024-02-19Bump fossas/fossa-action from 1.3.1 to 1.3.3dependabot[bot]1
Bumps [fossas/fossa-action](https://github.com/fossas/fossa-action) from 1.3.1 to 1.3.3. - [Release notes](https://github.com/fossas/fossa-action/releases) - [Commits](https://github.com/fossas/fossa-action/compare/v1.3.1...v1.3.3) --- updated-dependencies: - dependency-name: fossas/fossa-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-08Bump fossas/fossa-action from 1.1.0 to 1.3.1 (#123)dependabot[bot]1
2023-10-31Bump actions/checkout from 3 to 4 (#110)dependabot[bot]1
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-11Update fossa action to v1.1.0 (#118)r-hang1
The FOSSA check has been failing for a while with fossa-actions@v1 Error: Input required and not supplied: api-key This has caused the dependabot queue to backup, can we can't merge them manually in sally because this check is required. Updating the version seems to cause the check to run successfully again. Other repositories have run into the same issue ref: https://github.com/getsentry/self-hosted/issues/1351
2023-06-01ci: Update actions (#99)Abhinav Gupta1
Updates the checkout, setup-go, and codecov GitHub Actions. Supersedes #88, #89, #90
2021-05-25fossa: Run separately, only on pushAbhinav Gupta1
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.