Skip to content

Commit 08298cb

Browse files
d3xter666werwolf2303
authored andcommitted
refactor: Disable security audit for v3 (#1256)
JIRA: CPOUI5FOUNDATION-874 Relates to: #1255
1 parent c960ba1 commit 08298cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)