This is an automated email from the ASF dual-hosted git repository.
yubiao pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new add2594c0fa [improve][ci]Add branch-3.0 to owasp checks (#20081)
add2594c0fa is described below
commit add2594c0fa9c472232338ea94d9467fd9bb6df3
Author: Christophe Bornet <[email protected]>
AuthorDate: Thu Apr 13 08:51:52 2023 +0200
[improve][ci]Add branch-3.0 to owasp checks (#20081)
(cherry picked from commit 4d8156fca0582a350d30557d9243c851c4a45830)
---
.github/workflows/ci-owasp-dependency-check.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/ci-owasp-dependency-check.yaml
b/.github/workflows/ci-owasp-dependency-check.yaml
index dba1c92ca28..8aec501f8d8 100644
--- a/.github/workflows/ci-owasp-dependency-check.yaml
+++ b/.github/workflows/ci-owasp-dependency-check.yaml
@@ -39,6 +39,7 @@ jobs:
matrix:
include:
- branch: master
+ - branch: branch-3.0
- branch: branch-2.11
- branch: branch-2.10
jdk: 11