This is an automated email from the ASF dual-hosted git repository.
yangjiaqi pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-hugegraph-commons.git
The following commit(s) were added to refs/heads/master by this push:
new b49be05 add: dependency-review (#134)
b49be05 is described below
commit b49be051717691a6b989910ee1f7a04d2c3ab7d8
Author: M <[email protected]>
AuthorDate: Wed Sep 20 17:47:01 2023 +0800
add: dependency-review (#134)
* add: dependency-review
* tiny improve
* fix
Co-authored-by: imbajin <[email protected]>
---------
Co-authored-by: imbajin <[email protected]>
---
.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 aa71513..7b89532 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -3,8 +3,6 @@
name: "CodeQL"
on:
- push:
- branches: [ master, release-* ]
pull_request:
# The branches below must be a subset of the branches above
# branches: [ master ] # enable in all PRs
@@ -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
+