Update README.md

This commit is contained in:
Ilya 2024-06-24 20:40:57 +03:00 committed by GitHub
parent 86ccf88bc0
commit 5ad2393517
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -113,5 +113,14 @@ secrets:
### Semgrep scan ### Semgrep scan
`semgrep-scan.yml` `semgrep-scan.yml`
```yaml ```yaml
uses: valitydev/java-workflow/.github/workflows/semgrep-scan.yml@sec-24 name: Run Semgrep
on:
pull_request:
branches:
- '*'
jobs:
build:
uses: valitydev/java-workflow/.github/workflows/semgrep-scan.yml@v3.0.3
``` ```