Skip to content

Commit 716d8ef

Browse files
authored
Update tag in README #70
2 parents 86ccf88 + 5ad2393 commit 716d8ef

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,14 @@ secrets:
113113
### Semgrep scan
114114
`semgrep-scan.yml`
115115
```yaml
116-
uses: valitydev/java-workflow/.github/workflows/semgrep-scan.yml@sec-24
117-
```
116+
name: Run Semgrep
117+
118+
on:
119+
pull_request:
120+
branches:
121+
- '*'
122+
123+
jobs:
124+
build:
125+
uses: valitydev/java-workflow/.github/workflows/[email protected]
126+
```

0 commit comments

Comments
 (0)