diff --git a/README.md b/README.md index a6108ea..fc6670d 100644 --- a/README.md +++ b/README.md @@ -113,5 +113,14 @@ secrets: ### Semgrep scan `semgrep-scan.yml` ```yaml -uses: valitydev/java-workflow/.github/workflows/semgrep-scan.yml@sec-24 -``` \ No newline at end of file +name: Run Semgrep + +on: + pull_request: + branches: + - '*' + +jobs: + build: + uses: valitydev/java-workflow/.github/workflows/semgrep-scan.yml@v3.0.3 +```