Skip to content

Commit

Permalink
Merge branch 'master' of github.com:TuGraph-family/tugraph-db
Browse files Browse the repository at this point in the history
  • Loading branch information
jasinliu committed Sep 23, 2023
2 parents c614f47 + b615713 commit 5ae97d3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/cloud_code_scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Alipay Cloud Devops Codescan
on:
push:

jobs:
deployment:
runs-on: ubuntu-latest
steps:
- name: codeScan
uses: TuGraph-family/alipay-cloud-devops-codescan@main
with:
parent_uid: ${{ secrets.ALI_PID }}
private_key: ${{ secrets.ALI_PK }}

0 comments on commit 5ae97d3

Please sign in to comment.