msgui commented on code in PR #134:
URL:
https://github.com/apache/incubator-hugegraph-commons/pull/134#discussion_r1328105492
##########
.github/workflows/codeql-analysis.yml:
##########
@@ -57,3 +55,11 @@ 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@v2
Review Comment:
> expect a new line in the end of file
ok
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]