From 6112df95b1f9909dfd4ee131220dc5fa3117dcb1 Mon Sep 17 00:00:00 2001 From: Bill Napier Date: Fri, 14 Feb 2025 03:01:56 +0000 Subject: [PATCH] Change workflow to checkout config as well. --- .github/workflows/action_scanning.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/action_scanning.yml b/.github/workflows/action_scanning.yml index 7042d8a..83a557a 100644 --- a/.github/workflows/action_scanning.yml +++ b/.github/workflows/action_scanning.yml @@ -23,6 +23,9 @@ jobs: if: (github.actor != 'dependabot[bot]') steps: + - name: Checkout Code + uses: actions/checkout@v4 + - name: Checkout Workflow Config uses: actions/checkout@v4 env: @@ -30,9 +33,6 @@ jobs: 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