Commit Graph

10 Commits

Author SHA1 Message Date
Nicolas Saillant 349ad3cf14 Add workflow_dispatch 2023-01-18 11:52:47 +01:00
dependabot[bot] 89898a5f92
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [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/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-24 07:10:25 +00:00
naveen 03023aa08f chore: Set permissions for GitHub actions
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.

- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions

https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions

https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs

[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)

Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
2022-06-23 00:31:13 +00:00
Maxime Gimeno 208ea4bec3 Add push to the demo building triggers 2021-01-15 09:54:15 +01:00
Maxime Gimeno 8a38d33e08 Only trigger on pull_request for the demo 2020-11-02 11:31:36 +01:00
Maxime Gimeno 7416eea440 Put the actual test part in another script 2020-10-30 15:56:14 +01:00
Maxime Gimeno a06df67327 Factorize installation with a script 2020-10-30 14:51:07 +01:00
Maxime Gimeno 6b1fab13b9 Fixes and boost 1.72 2020-10-30 12:57:11 +01:00
Maxime Gimeno 7f68c7afb3 Try to construct a matrix 2020-10-29 15:24:22 +01:00
Maxime Gimeno 89f77c47da Try new workflow to test demo 2020-10-29 12:36:48 +01:00