From 4c0b3b445544ecfd38a55c2a3b2199389c9b72c8 Mon Sep 17 00:00:00 2001 From: nikhil2611 Date: Thu, 19 Feb 2026 14:22:06 +0530 Subject: [PATCH 1/2] updated chef-cli version in sbom for scan Signed-off-by: nikhil2611 --- .github/workflows/ci-main-pull-request-stub-1.0.7.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-main-pull-request-stub-1.0.7.yml b/.github/workflows/ci-main-pull-request-stub-1.0.7.yml index a2ee779c..0fa124be 100644 --- a/.github/workflows/ci-main-pull-request-stub-1.0.7.yml +++ b/.github/workflows/ci-main-pull-request-stub-1.0.7.yml @@ -7,9 +7,9 @@ name: CI Pull Request on Main Branch on: pull_request: - branches: [ main, release/** ] + branches: [ nikhil/bump-version-sbom, release/** ] push: - branches: [ main, release/** ] + branches: [ nikhil/bump-version-sbom, release/** ] workflow_dispatch: @@ -77,7 +77,7 @@ jobs: # go-private-modules: GOPRIVATE for Go private modules, default is 'github.com/progress-platform-services/* # if version specified, it takes precedence; can be a semver like 1.0.2-xyz or a tag like "latest" - version: '6.1.22' # ${{ github.event.repository.version }} + version: '6.1.24' # ${{ github.event.repository.version }} detect-version-source-type: 'none' # options include "none" (do not detect), "file", "github-tag" or "github-release" detect-version-source-parameter: '' # use for file name language: ${{ needs.detect-custom-metadata.outputs.appBuildLanguage }} # Go, Ruby, Rust, JavaScript, TypeScript, Python, Java, C#, PHP, other - used for build and SonarQube language setting From 86f5951830fffd3f258a325918d0e7cbbc0f5bca Mon Sep 17 00:00:00 2001 From: nikhil2611 Date: Thu, 12 Mar 2026 12:25:21 +0530 Subject: [PATCH 2/2] updating version and pointing to feature branch in common-github to test Signed-off-by: nikhil2611 --- .github/workflows/ci-main-pull-request-stub-1.0.7.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-main-pull-request-stub-1.0.7.yml b/.github/workflows/ci-main-pull-request-stub-1.0.7.yml index 0fa124be..503810ba 100644 --- a/.github/workflows/ci-main-pull-request-stub-1.0.7.yml +++ b/.github/workflows/ci-main-pull-request-stub-1.0.7.yml @@ -64,7 +64,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} call-ci-main-pr-check-pipeline: - uses: chef/common-github-actions/.github/workflows/ci-main-pull-request.yml@main + uses: chef/common-github-actions/.github/workflows/ci-main-pull-request.yml@nikhil/pull-private-gems-github-branch needs: detect-custom-metadata secrets: inherit permissions: @@ -77,7 +77,7 @@ jobs: # go-private-modules: GOPRIVATE for Go private modules, default is 'github.com/progress-platform-services/* # if version specified, it takes precedence; can be a semver like 1.0.2-xyz or a tag like "latest" - version: '6.1.24' # ${{ github.event.repository.version }} + version: '6.1.26' # ${{ github.event.repository.version }} detect-version-source-type: 'none' # options include "none" (do not detect), "file", "github-tag" or "github-release" detect-version-source-parameter: '' # use for file name language: ${{ needs.detect-custom-metadata.outputs.appBuildLanguage }} # Go, Ruby, Rust, JavaScript, TypeScript, Python, Java, C#, PHP, other - used for build and SonarQube language setting