Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea committed Jan 28, 2024
2 parents 96013a0 + 096b136 commit 70b070a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/zarn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,16 @@ on:

jobs:
zarn:
name: Security Static Analaysis with ZARN
name: Security Static Analysis with ZARN
runs-on: ubuntu-20.04
steps:
- uses: htrgouvea/zarn@0.1.0
- name: Checkout code
uses: actions/checkout@v4

- name: Perform Static Analysis
uses: htrgouvea/zarn@0.0.9

- name: Send result to Github Security
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: result.sarif

0 comments on commit 70b070a

Please sign in to comment.