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 970d0ae commit 2c707d4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/action_scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@ jobs:
steps:
- name: Checkout Workflow Config
uses: actions/checkout@v4
env:
GH_ACTION_REPOSITORY: ${{ github.action_repository }}
GH_ACTION_REF: ${{ github.action_ref }}
with:
repository: ${github.action_repository}
repository: '${{ env.GH_ACTION_REPOSITORY }}'
ref: '${{ env.GH_ACTION_REF }}'
path: action_scanning

- name: Checkout Code
Expand Down

0 comments on commit 2c707d4

Please sign in to comment.