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 de7831e commit 6112df9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/action_scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ jobs:
if: (github.actor != 'dependabot[bot]')

steps:
- name: Checkout Code
uses: actions/checkout@v4

- name: Checkout Workflow Config
uses: actions/checkout@v4
env:
GH_REPO_OWNER: ${{ github.repository_owner }}
with:
repository: '${{ env.GH_REPO_OWNER }}/.github'
path: action_scanning

- name: Checkout Code
uses: actions/checkout@v4

- name: Run Actions semgrep scan
run: semgrep scan --sarif --config action_scanning/semgrep-rules/actions >> semgrep-results-actions.sarif
Expand Down

0 comments on commit 6112df9

Please sign in to comment.