From 822f3bf900be3c93d33165c875b45b99b8bdd579 Mon Sep 17 00:00:00 2001 From: nikhil2611 Date: Thu, 19 Feb 2026 14:22:06 +0530 Subject: [PATCH] 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