Skip to content

Commit

Permalink
Fix upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed Nov 7, 2024
1 parent 112243b commit af7e98a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: java_sarif
<<<<<<< HEAD
path: .results/java.sarif
=======
path: ./results/java.sarif
>>>>>>> 3f7f14107 (Fix upload path)
retention-days: 5

0 comments on commit af7e98a

Please sign in to comment.