aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/fossa.yaml (follow)
Commit message (Collapse)AuthorAgeFiles
* Bump fossas/fossa-action from 1.3.1 to 1.3.3dependabot[bot]2024-02-191
| | | | | | | | | | | | | | 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>
* Bump fossas/fossa-action from 1.1.0 to 1.3.1 (#123)dependabot[bot]2023-11-081
|
* Bump actions/checkout from 3 to 4 (#110)dependabot[bot]2023-10-311
| | | | | | | | | | | | | | | | 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>
* Update fossa action to v1.1.0 (#118)r-hang2023-10-111
| | | | | | | | | | | | 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
* ci: Update actions (#99)Abhinav Gupta2023-06-011
| | | | | Updates the checkout, setup-go, and codecov GitHub Actions. Supersedes #88, #89, #90
* fossa: Run separately, only on pushAbhinav Gupta2021-05-251
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.