From 86d301dd67469bf6a219ed570343807c7ccb06b2 Mon Sep 17 00:00:00 2001 From: "belokobylskii.i" Date: Fri, 18 Oct 2024 14:18:44 +0300 Subject: [PATCH] test pipeline --- .github/workflows/secure.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/secure.yml b/.github/workflows/secure.yml index 2f5cf7dc..aae61281 100644 --- a/.github/workflows/secure.yml +++ b/.github/workflows/secure.yml @@ -34,7 +34,7 @@ jobs: p/sql-injection p/xss container: - image: semgrep/semgrep:1.80 + image: semgrep/semgrep permissions: contents: read security-events: write @@ -43,7 +43,7 @@ jobs: - run: semgrep scan --error --severity=WARNING - uses: actions/checkout@v4 - run: semgrep scan --sarif --output=semgrep.sarif --error --severity=WARNING - - uses: github/codeql-action/upload-sarif@v3 + - uses: github/codeql-action/upload-sarif@v2 with: sarif_file: semgrep.sarif if: always()