Skip to content

Commit 4fca4a2

Browse files
committed
Change workflow to checkout config as well.
1 parent 2c707d4 commit 4fca4a2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/action_scanning.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@ jobs:
2626
- name: Checkout Workflow Config
2727
uses: actions/checkout@v4
2828
env:
29-
GH_ACTION_REPOSITORY: ${{ github.action_repository }}
30-
GH_ACTION_REF: ${{ github.action_ref }}
29+
GH_REPO_OWNER: ${{ github.repository_owner }}
3130
with:
32-
repository: '${{ env.GH_ACTION_REPOSITORY }}'
33-
ref: '${{ env.GH_ACTION_REF }}'
31+
repository: 'http://github.com/${{ env.GH_REPO_OWNER }}/.github'
3432
path: action_scanning
3533

3634
- name: Checkout Code

0 commit comments

Comments
 (0)