What's Changed
- Merge pull request #23 from chef/sean-sype-simmons/AddVersioningforWorkflows (02e1e60)
- Merge branch 'main' into sean-sype-simmons/AddVersioningforWorkflows (9b9d221)
- Merge pull request #22 from chef/oss-standards/copyright-update-20260216-130140 (76055b3)
- Merge branch 'main' into oss-standards/copyright-update-20260216-130140 (6a252b1)
- Merge pull request #13 from chef/cg/redirect_security_file (ba5ec47)
- Merge branch 'main' into cg/redirect_security_file (7daf33d)
- Merge pull request #11 from chef/nh/redirect_code_of_conduct (2d2d981)
- Merge branch 'main' into cg/redirect_security_file (ec54ebf)
- Merge branch 'main' into nh/redirect_code_of_conduct (342c1bc)
- Merge pull request #7 from chef/cw/version-bumper (3e331ba)
- Merge branch 'main' into cw/version-bumper (2371861)
- Merge pull request #26 from chef/feature/hab-scan-workflow (8f6f486)
- Merge branch 'main' into cw/version-bumper (c59153b)
- Add comprehensive package scanning support for Habitat, native, and modern installers (b9aeeac)
- fixing race condition (58f5288)
- adding updates to the version to include things like -beta and -rc1 (a1a0eca)
- updating documentaiton (194c03b)
- updating initial workflows to create tags (71e0341)
- Added manual edits of copyrights (7dbee77)
- [copyright-automator] Empty commit - placeholder to open PR for manual edits later (0ba8a53)
- Added SECURITY.md with standard template (9fc26ea)
- Creating CODE_OF_CONDUCT.md (07f38c6)
- Don't include VERSION explicitly, that is an error (816a08b)
- Simplify file listing (face103)
- Diagnose missed files in file lister (b311660)
- Disable Bundler for bump install - we don't need it, and no need to install project deps (8b289fd)
- Use naming convention (208b61b)
- Doc tweaks (20847de)
- Copy version bumper over from inspec/github-actions-testing (ce32be7)
Usage
Reference this version in your workflow:
jobs:
call-ci-main-pr-check-pipeline:
uses: chef/common-github-actions/.github/workflows/ci-main-pull-request.yml@v1.0.12
secrets: inherit
permissions:
id-token: write
contents: readFull Changelog
What's Changed
- Add comprehensive package scanning support for Habitat, native, and modern installers by @peter-at-progress in #26
- Version Bumper (replacement for expeditor built_in:bump_version) by @clintoncwolfe in #7
- CHEF-27215 - Create CODE_OF_CONDUCT.md file by @nandanhegde73 in #11
- CHEF-28536 - Create SECURITY.md file with standard template by @cgunasree08 in #13
- CHEF-30490 Update and standardize copyright notices to Progress Software Corporation - copyright_update by @clintoncwolfe in #22
- updating initial workflows to create tags by @sean-sype-simmons in #23
New Contributors
- @clintoncwolfe made their first contribution in #7
- @nandanhegde73 made their first contribution in #11
- @cgunasree08 made their first contribution in #13
Full Changelog: v1.0.11...v1.0.12