Skip to content

Commit 71ae938

Browse files
Fix
1 parent 1fb9cfb commit 71ae938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/snyk-security-scan.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- master
66
- develop
7-
pull-request:
7+
pull_request:
88
jobs:
99
security:
1010
runs-on: ubuntu-latest
@@ -24,4 +24,4 @@ jobs:
2424
- name: Upload result to GitHub Code Scanning
2525
uses: github/codeql-action/upload-sarif@v2
2626
with:
27-
sarif_file: snyk.sarif
27+
sarif_file: snyk.sarif

0 commit comments

Comments
 (0)