From 74ab447eb48c1eca5595f9e54b809c84de3bfa5e Mon Sep 17 00:00:00 2001 From: Kunal Dawar Date: Wed, 23 Oct 2024 21:57:16 +0530 Subject: [PATCH] Fix Pipeline --- .github/workflows/rl-secure.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rl-secure.yml b/.github/workflows/rl-secure.yml index 1612995f..0233468a 100644 --- a/.github/workflows/rl-secure.yml +++ b/.github/workflows/rl-secure.yml @@ -48,7 +48,7 @@ jobs: pip install --upgrade pip pip install boto3 requests - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.PRODSEC_TOOLS_ARN }} aws-region: us-east-1 @@ -69,4 +69,4 @@ jobs: --version "${{ env.version }}" \ --repository "${{ github.repository }}" \ --commit "${{ github.sha }}" \ - --build-env "github_action" + --build-env "github_actions"