From 341986711b5a416a5114b57cec46f457e202ee57 Mon Sep 17 00:00:00 2001 From: nHackel Date: Thu, 14 Nov 2024 14:02:57 +0100 Subject: [PATCH] Try fix semgrep --- .github/workflows/Semgrep.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/Semgrep.yml b/.github/workflows/Semgrep.yml index ed6d03a..b99eada 100644 --- a/.github/workflows/Semgrep.yml +++ b/.github/workflows/Semgrep.yml @@ -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 @@ -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