Skip to content

Commit 79e4f39

Browse files
committed
yamlformat new yaml files.
1 parent 6c45e1c commit 79e4f39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/action_scanning.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
repository: 'google/github-team'
2626
path: action_scanning
2727
- name: 'Run Actions semgrep scan'
28-
run: 'semgrep scan --sarif --config action_scanning/semgrep-rules --config "p/github-actions" >> semgrep-results-actions.sarif'
28+
run: 'semgrep scan --sarif --config action_scanning/semgrep-rules --config "p/github-actions"
29+
>> semgrep-results-actions.sarif'
2930
- name: 'Save Actions SARIF results as artifact'
3031
uses: 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' # ratchet:actions/upload-artifact@v4
31-
3232
with:
3333
name: 'semgrep-scan-results-actions'
3434
path: 'semgrep-results-actions.sarif'

0 commit comments

Comments
 (0)