Releases: chef/common-github-actions
Releases · chef/common-github-actions
Release v1.0.34
What's Changed
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.34
secrets: inherit
permissions:
id-token: write
contents: readFull Changelog
What's Changed
Full Changelog: v1.0.33...v1.0.34
Release v1.0.33
What's Changed
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.33
secrets: inherit
permissions:
id-token: write
contents: readFull Changelog
What's Changed
- Ruby erlang fix by @shanmugapriya-tr in #58
Full Changelog: v1.0.32...v1.0.33
Release v1.0.32
What's Changed
- Merge pull request #52 from chef/peter-at-progress/hab-auth-token (5e24c54)
- Merge branch 'main' into peter-at-progress/hab-auth-token (a711c73)
- Fix HAB_AUTH_TOKEN for systemd-spawned Habitat processes (c5274db)
- passing hab token with dev packages for automate (2cd9328)
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.32
secrets: inherit
permissions:
id-token: write
contents: readFull Changelog
What's Changed
- Add HAB_AUTH_TOKEN support to automate-container-scan action by @peter-at-progress in #52
Full Changelog: v1.0.31...v1.0.32
Release v1.0.31
What's Changed
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.31
secrets: inherit
permissions:
id-token: write
contents: readFull Changelog
What's Changed
Full Changelog: v1.0.30...v1.0.31
Release v1.0.30
What's Changed
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.30
secrets: inherit
permissions:
id-token: write
contents: readFull Changelog
What's Changed
Full Changelog: v1.0.29...v1.0.30
Release v1.0.29
What's Changed
- Merge pull request #50 from chef/nikhil/bundle-install-grype-scan (bb104ae)
- updating the action (61b4df6)
- updated configuration to detect lock file path (e7f7d9c)
- updated back to main (f44ac2a)
- updated config to run bundle install in grype scan if run-bundle-install set to true (43f0c37)
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.29
secrets: inherit
permissions:
id-token: write
contents: readFull Changelog
What's Changed
- Added config to run bundle install in grype scan if run-bundle-install is set to true by @nikhil2611 in #50
Full Changelog: v1.0.28...v1.0.29
Release v1.0.28
What's Changed
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.28
secrets: inherit
permissions:
id-token: write
contents: readFull Changelog
What's Changed
- Fixed the broken Blackduck scan by @ashiqueps in #48
New Contributors
- @ashiqueps made their first contribution in #48
Full Changelog: v1.0.27...v1.0.28
Release v1.0.27
What's Changed
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.27
secrets: inherit
permissions:
id-token: write
contents: readFull Changelog
What's Changed
New Contributors
Full Changelog: v1.0.26...v1.0.27
Release v1.0.26
What's Changed
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.26
secrets: inherit
permissions:
id-token: write
contents: readFull Changelog
What's Changed
Full Changelog: v1.0.25...v1.0.26
Release v1.0.25
What's Changed
- Merge pull request #45 from jaymzh/fix-blackduck (27ecfd8)
- Fix blackduck scans to only ever run on merges (9dadc6b)
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.25
secrets: inherit
permissions:
id-token: write
contents: readFull Changelog
What's Changed
New Contributors
Full Changelog: v1.0.24...v1.0.25