From 4fca4a22ddae4cc35b0b5a9acc59123b142b524f Mon Sep 17 00:00:00 2001 From: Bill Napier Date: Fri, 14 Feb 2025 02:45:51 +0000 Subject: [PATCH] Change workflow to checkout config as well. --- .github/workflows/action_scanning.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/action_scanning.yml b/.github/workflows/action_scanning.yml index 3783cf1..2519b7e 100644 --- a/.github/workflows/action_scanning.yml +++ b/.github/workflows/action_scanning.yml @@ -26,11 +26,9 @@ jobs: - name: Checkout Workflow Config uses: actions/checkout@v4 env: - GH_ACTION_REPOSITORY: ${{ github.action_repository }} - GH_ACTION_REF: ${{ github.action_ref }} + GH_REPO_OWNER: ${{ github.repository_owner }} with: - repository: '${{ env.GH_ACTION_REPOSITORY }}' - ref: '${{ env.GH_ACTION_REF }}' + repository: 'http://github.com/${{ env.GH_REPO_OWNER }}/.github' path: action_scanning - name: Checkout Code