Skip to content

Commit

Permalink
Create sobelow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leylmordor authored Mar 12, 2024
1 parent eb81a26 commit b281948
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/sobelow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on: [push]

jobs:
sobelow_job:
runs-on: ubuntu-latest
name: Sobelow Job
steps:
- uses: actions/checkout@v2
- id: run-action
uses: sobelow/action@v1
- uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: results.sarif

0 comments on commit b281948

Please sign in to comment.