diff --git a/.github/actions/deploy-ecs/action.yml b/.github/actions/deploy-ecs/action.yml index 21916cd1..254dea3e 100644 --- a/.github/actions/deploy-ecs/action.yml +++ b/.github/actions/deploy-ecs/action.yml @@ -10,14 +10,14 @@ runs: using: composite steps: - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0 + uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6.1.1 with: role-to-assume: arn:aws:iam::${{ inputs.aws-iam }}:role/gha-access aws-region: us-east-2 - name: Login to Amazon ECR id: login-ecr - uses: aws-actions/amazon-ecr-login@f2e9fc6c2b355c1890b65e6f6f0e2ac3e6e22f78 # v2.1.2 + uses: aws-actions/amazon-ecr-login@19d944daaa35f0fa1d3f7f8af1d3f2e5de25c5b7 # v2.1.4 - uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index eca417c0..5d5fa6c8 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -25,5 +25,5 @@ jobs: with: persist-credentials: false - - uses: EmbarkStudios/cargo-deny-action@175dc7fd4fb85ec8f46948fb98f44db001149081 # v2.0.16 + - uses: EmbarkStudios/cargo-deny-action@91bf2b620e09e18d6eb78b92e7861937469acedb # v2.0.17 continue-on-error: true