From bcb1bf09641adb3f246bc8c19663ba26b2b7fb66 Mon Sep 17 00:00:00 2001 From: Workleap <53535748+Infra-Workleap@users.noreply.github.com> Date: Tue, 20 Feb 2024 12:38:41 -0500 Subject: [PATCH] Update Pipeline dependencies (#3) Co-authored-by: Renovate Bot --- .github/workflows/semgrep.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 8862bf9..ba7fe69 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -37,14 +37,14 @@ jobs: - name: Save report as pipeline artifact if: ${{ github.event_name != 'pull_request' }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: report.sarif path: report.sarif - name: Publish code scanning alerts if: ${{ github.event_name != 'pull_request' }} - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: report.sarif category: semgrep