From 78cd4c95262bc94a06d7cf8d58f2300eb9bb30c6 Mon Sep 17 00:00:00 2001 From: "Mallya, Ameya Keshava" Date: Tue, 3 Dec 2024 12:23:37 -0800 Subject: [PATCH] Update KWS to point to correct location of reusable action (#41) --- .github/workflows/kws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kws.yml b/.github/workflows/kws.yml index e9efc03969..dd5800f132 100644 --- a/.github/workflows/kws.yml +++ b/.github/workflows/kws.yml @@ -23,7 +23,7 @@ jobs: # - KEYWORD_SCAN_USER : your username in keywordsearch.amd.com to access the above project # - KEYWORD_SCAN_PASSWORD : your password in keywordsearch.amd.com to access the above project if: ${{ github.event_name == 'pull_request' }} - uses: ROCm/rocm-reusable-workflows/.github/workflows/common.yaml@main + uses: AMD-ROCm-Internal/rocm_ci_infra/.github/workflows/common.yaml@main secrets: inherit # Add your repo specific workflows (if any) below this line, edit nothing above this line.