From a63508f405c72947cc4e111cbc5ed7efc99e2477 Mon Sep 17 00:00:00 2001 From: lae Date: Thu, 23 Jan 2025 03:26:26 +0900 Subject: [PATCH] Update Amplify workflow to use development version --- .github/workflows/amplify.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/amplify.yml b/.github/workflows/amplify.yml index a8f7ceab85f..11e6302be42 100644 --- a/.github/workflows/amplify.yml +++ b/.github/workflows/amplify.yml @@ -8,6 +8,7 @@ on: branches: ["master", "main"] permissions: + contents: read id-token: write jobs: @@ -17,6 +18,6 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run Amplify Security Scan (Lab) - uses: amplify-security/runner-action@main + uses: amplify-security/runner-action@develop with: amplify-endpoint: https://api.lab.amplify.security