Skip to content

Commit 822f3bf

Browse files
committed
updated chef-cli version in sbom for scan
Signed-off-by: nikhil2611 <ngupta@progress.com>
1 parent 3b4d396 commit 822f3bf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-main-pull-request-stub-1.0.7.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ name: CI Pull Request on Main Branch
77

88
on:
99
pull_request:
10-
branches: [ main, release/** ]
10+
branches: [ nikhil/bump-version-sbom, release/** ]
1111
push:
12-
branches: [ main, release/** ]
12+
branches: [ nikhil/bump-version-sbom, release/** ]
1313

1414
workflow_dispatch:
1515

@@ -77,7 +77,7 @@ jobs:
7777
# go-private-modules: GOPRIVATE for Go private modules, default is 'github.com/progress-platform-services/*
7878

7979
# if version specified, it takes precedence; can be a semver like 1.0.2-xyz or a tag like "latest"
80-
version: '6.1.22' # ${{ github.event.repository.version }}
80+
version: '6.1.24' # ${{ github.event.repository.version }}
8181
detect-version-source-type: 'none' # options include "none" (do not detect), "file", "github-tag" or "github-release"
8282
detect-version-source-parameter: '' # use for file name
8383
language: ${{ needs.detect-custom-metadata.outputs.appBuildLanguage }} # Go, Ruby, Rust, JavaScript, TypeScript, Python, Java, C#, PHP, other - used for build and SonarQube language setting

0 commit comments

Comments
 (0)