Skip to content

Commit

Permalink
Change workflow to checkout config as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
billnapier committed Feb 14, 2025
1 parent 2c707d4 commit 4fca4a2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/action_scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fca4a2

Please sign in to comment.