Skip to content

Commit 16af48a

Browse files
authored
Merge pull request #1 from mindvalley/sobelow-conf
Create sobelow.yaml
2 parents d7b6e1d + c599521 commit 16af48a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/sobelow.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
on: [push]
2+
3+
jobs:
4+
sobelow_job:
5+
runs-on: ubuntu-latest
6+
name: Sobelow Job
7+
steps:
8+
- uses: actions/checkout@v2
9+
- id: run-action
10+
uses: sobelow/action@v1
11+
- uses: github/codeql-action/upload-sarif@v3
12+
with:
13+
sarif_file: results.sarif

0 commit comments

Comments
 (0)