diff --git a/.github/workflows/ossf-scorecard.yml b/.github/workflows/ossf-scorecard.yml index bb733b5c1..e30053fe9 100644 --- a/.github/workflows/ossf-scorecard.yml +++ b/.github/workflows/ossf-scorecard.yml @@ -25,7 +25,7 @@ jobs: persist-credentials: false - name: "Run analysis" - uses: ossf/scorecard-action@b2dd2d646c3592c87c4080778d90e24b42eae566 + uses: ossf/scorecard-action@ac08d68f0072360b14053ced3d54f9d89d0e7d44 with: results_file: ossf-results.json results_format: json diff --git a/.github/workflows/terragrunt-apply-staging.yml b/.github/workflows/terragrunt-apply-staging.yml index 1c82edae2..aeab59209 100644 --- a/.github/workflows/terragrunt-apply-staging.yml +++ b/.github/workflows/terragrunt-apply-staging.yml @@ -202,7 +202,7 @@ jobs: - name: Configure Staging AWS credentials if: ${{ steps.filter.outputs.load_testing == 'true' || steps.filter.outputs.common == 'true' }} id: aws-form-viewer - uses: aws-actions/configure-aws-credentials@a2593d09d1cd363771039c69414c00300c05bae0 + uses: aws-actions/configure-aws-credentials@3d11655d76b27285031fd4e26dd365a469bad2fe with: aws-access-key-id: ${{ secrets.STAGING_AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.STAGING_AWS_SECRET_ACCESS_KEY }} @@ -211,7 +211,7 @@ jobs: - name: Login to Staging Amazon ECR if: ${{ steps.filter.outputs.load_testing == 'true' || steps.filter.outputs.common == 'true' }} id: login-ecr-staging - uses: aws-actions/amazon-ecr-login@865664b3240e20b35d3528593d496632704f48af + uses: aws-actions/amazon-ecr-login@99fe8befaecdc063ad51266ca32e2983e58efd9e - name: Tag Images for Staging if: ${{ steps.filter.outputs.load_testing == 'true' || steps.filter.outputs.common == 'true' }}