From af2bd257b106bd99666dd4aa032bcd321987c9e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 15:36:50 +0000 Subject: [PATCH] chore(deps): update all non-major github action dependencies --- .github/workflows/ossf-scorecard.yml | 2 +- .github/workflows/terragrunt-apply-staging.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ossf-scorecard.yml b/.github/workflows/ossf-scorecard.yml index b3ddd9641..0f8f0d86c 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@2dee8c185ea0de807198c818714b6f3436856709 + uses: ossf/scorecard-action@b687393d2370bdf6d960ea972ff690c9ed797189 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 cfc37a876..0d1b19987 100644 --- a/.github/workflows/terragrunt-apply-staging.yml +++ b/.github/workflows/terragrunt-apply-staging.yml @@ -209,7 +209,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@99fe8befaecdc063ad51266ca32e2983e58efd9e + uses: aws-actions/amazon-ecr-login@9cc15bfec02b2b5820b3baf42aee513a80dc8d5b - name: Tag Images for Staging if: ${{ steps.filter.outputs.load_testing == 'true' || steps.filter.outputs.common == 'true' }}