Skip to content

Commit dd4b716

Browse files
Update Semgrep.yml
1 parent fcca773 commit dd4b716

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Semgrep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on:
55
# Scan changed files in PRs (diff-aware scanning):
66
# The branches below must be a subset of the branches above
77
pull_request:
8-
branches: ["master", "main"]
8+
branches: ["master", "main", "v5"]
99
push:
10-
branches: ["master", "main"]
10+
branches: ["master", "main", "v5"]
1111
schedule:
1212
- cron: '0 6 * * *'
1313

@@ -45,4 +45,4 @@ jobs:
4545
uses: github/codeql-action/upload-sarif@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2.20.0
4646
with:
4747
sarif_file: semgrep.sarif
48-
if: always()
48+
if: always()

0 commit comments

Comments
 (0)