We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de7831e commit 6112df9Copy full SHA for 6112df9
.github/workflows/action_scanning.yml
@@ -23,16 +23,16 @@ jobs:
23
if: (github.actor != 'dependabot[bot]')
24
25
steps:
26
+ - name: Checkout Code
27
+ uses: actions/checkout@v4
28
+
29
- name: Checkout Workflow Config
30
uses: actions/checkout@v4
31
env:
32
GH_REPO_OWNER: ${{ github.repository_owner }}
33
with:
34
repository: '${{ env.GH_REPO_OWNER }}/.github'
35
path: action_scanning
-
- - name: Checkout Code
- uses: actions/checkout@v4
36
37
- name: Run Actions semgrep scan
38
run: semgrep scan --sarif --config action_scanning/semgrep-rules/actions >> semgrep-results-actions.sarif
0 commit comments