Skip to content

Commit

Permalink
Merge branch 'TuGraph-family:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jasinliu authored Oct 9, 2023
2 parents 60c8935 + 4e08f3e commit ec8f398
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cloud_code_scan.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: Alipay Cloud Devops Codescan
on:
pull_request:
push:

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

0 comments on commit ec8f398

Please sign in to comment.