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