From 577a742d7ec0d9528f394bfc8863c4eb7deac86f Mon Sep 17 00:00:00 2001 From: nikhil2611 Date: Mon, 15 Sep 2025 23:19:25 +0530 Subject: [PATCH] updating to common GitHub Action 1.0.5 Signed-off-by: nikhil2611 --- .github/workflows/ci-main-pull-request-stub.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-main-pull-request-stub.yml b/.github/workflows/ci-main-pull-request-stub.yml index 644631843..eeb7147be 100644 --- a/.github/workflows/ci-main-pull-request-stub.yml +++ b/.github/workflows/ci-main-pull-request-stub.yml @@ -17,7 +17,7 @@ permissions: contents: read env: - STUB_VERSION: "1.0.4" + STUB_VERSION: "1.0.5" jobs: echo_version: @@ -43,6 +43,7 @@ jobs: version: '19.1.9' # ${{ 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 # complexity-checks perform-complexity-checks: true @@ -57,7 +58,7 @@ jobs: # BlackDuck SAST (Polaris) and SCA scans (requires a build or download to do SAST) # requires these secrets: POLARIS_SERVER_URL, POLARIS_ACCESS_TOKEN - perform-blackduck-polaris: false + perform-blackduck-polaris: true polaris-application-name: "Chef-Agents" # one of these: Chef-Agents, Chef-Automate, Chef-Chef360, Chef-Habitat, Chef-Infrastructure-Server, Chef-Shared-Services, Chef-Other polaris-project-name: 'ohai' polaris-blackduck-executable: 'path/to/blackduck/binary'