Skip to content

Releases: chef/common-github-actions

Release v1.0.34

08 May 10:04
1fb28c4

Choose a tag to compare

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: read

Full Changelog

v1.0.33...v1.0.34

What's Changed

Full Changelog: v1.0.33...v1.0.34

Release v1.0.33

06 May 06:26
60aba91

Choose a tag to compare

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: read

Full Changelog

v1.0.32...v1.0.33

What's Changed

Full Changelog: v1.0.32...v1.0.33

Release v1.0.32

29 Apr 17:09
5e24c54

Choose a tag to compare

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: read

Full Changelog

v1.0.31...v1.0.32

What's Changed

Full Changelog: v1.0.31...v1.0.32

Release v1.0.31

28 Apr 12:00
59f6caf

Choose a tag to compare

What's Changed

  • Merge pull request #49 from chef/sandhi/support-go-work (59f6caf)

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: read

Full Changelog

v1.0.30...v1.0.31

What's Changed

Full Changelog: v1.0.30...v1.0.31

Release v1.0.30

27 Apr 07:53
91a78bc

Choose a tag to compare

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: read

Full Changelog

v1.0.29...v1.0.30

What's Changed

Full Changelog: v1.0.29...v1.0.30

Release v1.0.29

21 Apr 15:11
bb104ae

Choose a tag to compare

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: read

Full Changelog

v1.0.28...v1.0.29

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

07 Apr 17:03
805747b

Choose a tag to compare

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: read

Full Changelog

v1.0.27...v1.0.28

What's Changed

New Contributors

Full Changelog: v1.0.27...v1.0.28

Release v1.0.27

06 Apr 14:19
d3b15aa

Choose a tag to compare

What's Changed

  • fix: preserve HAB_AUTH_TOKEN through sudo and fix Windows hab PATH (#46) (d3b15aa)

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: read

Full Changelog

v1.0.26...v1.0.27

What's Changed

  • fix: preserve HAB_AUTH_TOKEN through sudo and fix Windows hab PATH by @Nik08 in #46

New Contributors

  • @Nik08 made their first contribution in #46

Full Changelog: v1.0.26...v1.0.27

Release v1.0.26

03 Apr 19:09
e79e265

Choose a tag to compare

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: read

Full Changelog

v1.0.25...v1.0.26

What's Changed

Full Changelog: v1.0.25...v1.0.26

Release v1.0.25

03 Apr 14:31
27ecfd8

Choose a tag to compare

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: read

Full Changelog

v1.0.24...v1.0.25

What's Changed

  • Fix blackduck scans to only ever run on merges by @jaymzh in #45

New Contributors

Full Changelog: v1.0.24...v1.0.25