Skip to content

Commit b9c25a9

Browse files
authored
refactor: Disable security audit for v3 (#1256)
JIRA: CPOUI5FOUNDATION-874 Relates to: #1255
1 parent ea83176 commit b9c25a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false # Continue all jobs even if one fails
1717
matrix:
18-
branch: ["main", "v3", "v4"] # List of branches to run the security audit on
18+
branch: ["main", "v4"] # List of branches to run the security audit on
1919

2020
steps:
2121
- name: Checkout '${{ matrix.branch }}' branch

0 commit comments

Comments
 (0)