diff --git a/.github/workflows/semgrep-rule-lints-sarif.yaml b/.github/workflows/semgrep-rule-lints-sarif.yaml index d88b066..8ce6b4e 100644 --- a/.github/workflows/semgrep-rule-lints-sarif.yaml +++ b/.github/workflows/semgrep-rule-lints-sarif.yaml @@ -63,7 +63,7 @@ jobs: r/yaml.semgrep.slow-pattern-top-ellipsis r/yaml.semgrep.rule-missing-deconstructed-value - name: Upload SARIF file for GitHub Advanced Security Dashboard - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: semgrep.sarif if: always()