From 5fa6d8c1b8ea2653031fd2eb124bf3d7315ae95f Mon Sep 17 00:00:00 2001 From: rakeshkumar1019 Date: Fri, 15 Mar 2024 11:09:51 +0530 Subject: [PATCH] run on self hosted --- .github/workflows/veracode.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/veracode.yml b/.github/workflows/veracode.yml index f662823d3e..bd830b9259 100644 --- a/.github/workflows/veracode.yml +++ b/.github/workflows/veracode.yml @@ -54,7 +54,7 @@ jobs: contents: read # for actions/checkout to fetch code security-events: write # for github/codeql-action/upload-sarif to upload SARIF results actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status - runs-on: ubuntu-latest + runs-on: [ self-hosted, master ] steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it and copies all sources into ZIP file for submitting for analysis. Replace this section with your applications build steps