Skip to content

Commit

Permalink
Try fix semgrep
Browse files Browse the repository at this point in the history
  • Loading branch information
nHackel committed Nov 14, 2024
1 parent 558a47b commit 3419867
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/Semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ jobs:
# Checkout custom rules
- name: Checkout custom rules
uses: actions/checkout@v4
with:
repository: JuliaComputing/semgrep-rules-julia
ref: main
path: ./JuliaRules
with:
repository: JuliaComputing/semgrep-rules-julia
ref: main
path: ./JuliaRules

# Prepare Python
- uses: actions/setup-python@v5
with:
python-version: '3.10'
with:
python-version: '3.10'

# Install Semgrep
- name: Install Semgrep
Expand All @@ -58,9 +58,9 @@ jobs:
- name: Save Semgrep report
use: actions/upload-artifact@v4
with:
name: report.sarif
path: report.sarif
with:
name: report.sarif
path: report.sarif


- name: Upload Semgrep report
Expand Down

0 comments on commit 3419867

Please sign in to comment.