From a2e673781f3908648a63269275bfa7895ead6976 Mon Sep 17 00:00:00 2001 From: nikhil2611 Date: Wed, 4 Feb 2026 15:37:51 +0530 Subject: [PATCH] updated chef-cli version in stub file Signed-off-by: nikhil2611 --- .github/workflows/ci-main-pull-request-stub-1.0.7.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 97ceb100..a2ee779c 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 @@ -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.21' # ${{ github.event.repository.version }} + version: '6.1.22' # ${{ 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