mirror of
https://github.com/valitydev/java-workflow.git
synced 2024-11-06 09:35:18 +00:00
Update tag in README #70
This commit is contained in:
commit
716d8efcfe
11
README.md
11
README.md
@ -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
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user