Skip to content

Commit 6112df9

Browse files
committed
Change workflow to checkout config as well.
1 parent de7831e commit 6112df9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/action_scanning.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ jobs:
2323
if: (github.actor != 'dependabot[bot]')
2424

2525
steps:
26+
- name: Checkout Code
27+
uses: actions/checkout@v4
28+
2629
- name: Checkout Workflow Config
2730
uses: actions/checkout@v4
2831
env:
2932
GH_REPO_OWNER: ${{ github.repository_owner }}
3033
with:
3134
repository: '${{ env.GH_REPO_OWNER }}/.github'
3235
path: action_scanning
33-
34-
- name: Checkout Code
35-
uses: actions/checkout@v4
3636

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

0 commit comments

Comments
 (0)