Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Duan-0916 authored Dec 1, 2023
1 parent 7f095fc commit 478d381
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: codeScan
uses: layotto/alipay-cloud-devops-codescan@dwl-20231129
uses: layotto/alipay-cloud-devops-codescan@uat-test
with:
parent_uid: ${{ secrets.ALI_PID }}
private_key: ${{ secrets.ALI_PK }}
Expand All @@ -16,8 +16,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: codeScan
uses: layotto/alipay-cloud-devops-codescan@dwl-20231129
uses: layotto/alipay-cloud-devops-codescan@uat-test
with:
parent_uid: ${{ secrets.ALI_PID }}
private_key: ${{ secrets.ALI_PK }}
scan_type: sca
cachePullPushPolicy: always

0 comments on commit 478d381

Please sign in to comment.