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