diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 7f165fd..70000b4 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -36,14 +36,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