This is an automated email from the ASF dual-hosted git repository.

zhaocong pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-hugegraph-computer.git


The following commit(s) were added to refs/heads/master by this push:
     new b1ad860f add: dependency-review (#266)
b1ad860f is described below

commit b1ad860f06eeff39a9e068ffe504f51102b504fb
Author: M <[email protected]>
AuthorDate: Wed Sep 20 10:02:29 2023 +0800

    add: dependency-review (#266)
---
 .github/workflows/codeql-analysis.yml | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 52c1307a..7bc30f62 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -3,8 +3,6 @@
 name: "CodeQL"
 
 on:
-  push:
-    branches: [ master, release-*, v0.* ]
   pull_request:
     # The branches below must be a subset of the branches above, now enable it 
in all PR
     # branches: [ master ]
@@ -57,3 +55,12 @@ jobs:
 
     - name: Perform CodeQL Analysis
       uses: github/codeql-action/analyze@v2
+
+  dependency-review:
+    runs-on: ubuntu-latest
+    steps:
+      - name: 'Checkout Repository'
+        uses: actions/checkout@v3
+      - name: 'Dependency Review'
+        uses: actions/dependency-review-action@v3
+        

Reply via email to