summaryrefslogtreecommitdiff
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* Adding files for onboarding the project to SonarQubesVinay Satish2023-04-061-0/+25
| | | | Signed-off-by: Vinay Satish <vinay.satish@progress.com>
* Add cloud provider oci (#1780)Renato Covarrubias2023-02-141-1/+1
| | | | | ohai cloud fail if the vm is in Oracle Cloud Infrastructure (OCI). This PR add support to this cloud provider to cloud plugin. It also adds OCI detection to the cloud plugin. Signed-off-by: Renato Covarrubias <rnt@rnt.cl>
* Bump actions/checkout from 2 to 3dependabot[bot]2022-06-143-3/+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>
* Set permissions for GitHub actionsnaveensrinivasan2022-04-102-0/+6
| | | | | | | | | | | | | | 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: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
* Updating For Ruby 3.1John McCrae2022-04-061-0/+2
| | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
* Updating For Ruby 3.1John McCrae2022-04-041-1/+1
| | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
* Update GitHub actions for 17-stableTim Smith2021-12-223-0/+3
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Run the github actions test on 16-stable tooTim Smith2021-11-053-0/+3
| | | | | | Make sure we test this branch Signed-off-by: Tim Smith <tsmith@chef.io>
* turn off fail-fastLamont Granquist2021-10-212-0/+2
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Add unit testing on windowsTim Smith2021-10-201-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Exec ohai on macOS and Windows in testsTim Smith2021-10-201-1/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add macos unit testingTim Smith2021-10-201-1/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update tests and links for the branch renameTim Smith2021-08-253-5/+5
| | | | | | Make sure we reference the right branch. Signed-off-by: Tim Smith <tsmith@chef.io>
* Switch testing to GitHub ActionsTim Smith2021-07-023-0/+66
This allows us to test faster and on additional platforms Signed-off-by: Tim Smith <tsmith@chef.io>