Skip to content

Commit 95f72ed

Browse files
Merge pull request #327 from chef/nikhil/bump-version-sbom
Bump version for sbom scan
2 parents eb72370 + e84b4c8 commit 95f72ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6565

6666
call-ci-main-pr-check-pipeline:
67-
uses: chef/common-github-actions/.github/workflows/ci-main-pull-request.yml@main
67+
uses: chef/common-github-actions/.github/workflows/ci-main-pull-request.yml@nikhil/pull-private-gems-github-branch
6868
needs: detect-custom-metadata
6969
secrets: inherit
7070
permissions:
@@ -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.27' # ${{ 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)