Skip to content

Commit 7e127c8

Browse files
authored
refactor: Include v4 branch in security audit scans & disable docs build (#1103)
- Adjust security audit scan for v4 - Remove docs builder and deployer pipeline for `main`. New tool would be used here: CPOUI5FOUNDATION-899 JIRA: CPOUI5FOUNDATION-975
1 parent 409b5ed commit 7e127c8

File tree

2 files changed

+1
-72
lines changed

2 files changed

+1
-72
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 0 additions & 71 deletions
This file was deleted.

.github/workflows/security-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
branch: ["main", "v3"] # List of branches to run the security audit on
17+
branch: ["main", "v3", "v4"] # List of branches to run the security audit on
1818

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

0 commit comments

Comments
 (0)