From fe7fae15c204bd1f5ede8c39130be049d5ce5b25 Mon Sep 17 00:00:00 2001 From: nikhil2611 Date: Thu, 19 Feb 2026 00:22:03 +0530 Subject: [PATCH 1/2] bump to latest version for sbom scan Signed-off-by: nikhil2611 --- .github/workflows/ci-main-pull-request-stub.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-main-pull-request-stub.yml b/.github/workflows/ci-main-pull-request-stub.yml index af501a9d4..ad00f9c62 100644 --- a/.github/workflows/ci-main-pull-request-stub.yml +++ b/.github/workflows/ci-main-pull-request-stub.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: @@ -40,7 +40,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: '19.1.19' # ${{ github.event.repository.version }} + version: '19.1.21' # ${{ 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: 'ruby' # Go, Ruby, Rust, JavaScript, TypeScript, Python, Java, C#, PHP, other - used for build and SonarQube language setting From 5f9f6463e74040f1dbc8eeb306f9e768f9a5dee2 Mon Sep 17 00:00:00 2001 From: Vasu1105 Date: Tue, 17 Mar 2026 10:52:26 +0530 Subject: [PATCH 2/2] Update version Signed-off-by: Vasu1105 --- .github/workflows/ci-main-pull-request-stub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-main-pull-request-stub.yml b/.github/workflows/ci-main-pull-request-stub.yml index ad00f9c62..ce707cdb9 100644 --- a/.github/workflows/ci-main-pull-request-stub.yml +++ b/.github/workflows/ci-main-pull-request-stub.yml @@ -40,7 +40,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: '19.1.21' # ${{ github.event.repository.version }} + version: '19.1.23' # ${{ 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: 'ruby' # Go, Ruby, Rust, JavaScript, TypeScript, Python, Java, C#, PHP, other - used for build and SonarQube language setting