From 3c750e4cb6cdaed6a8d5e4c7b9d7293ff9b2b988 Mon Sep 17 00:00:00 2001 From: xuqiu Date: Mon, 24 Jul 2023 16:31:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=89=AB=E6=8F=8Ffix=20(#135?= =?UTF-8?q?3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 殷振南 --- .github/workflows/cloud_code_scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloud_code_scan.yml b/.github/workflows/cloud_code_scan.yml index cba218370..7862061e8 100644 --- a/.github/workflows/cloud_code_scan.yml +++ b/.github/workflows/cloud_code_scan.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: codeScan - uses: layotto/alipay-cloud-devops-codescan@0.1.20230721 + uses: layotto/alipay-cloud-devops-codescan@0.1.20230724 with: parent_uid: ${{ secrets.ALI_PID }} private_key: ${{ secrets.ALI_PK }}