imbajin commented on code in PR #266:
URL: 
https://github.com/apache/incubator-hugegraph-computer/pull/266#discussion_r1328201143


##########
.github/workflows/codeql-analysis.yml:
##########
@@ -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@v2

Review Comment:
   seems we should use 
[v3](https://github.com/actions/dependency-review-action) for the latest main 
version



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to