diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index beb22c2..61e41f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: run: corepack enable - name: Setup Node - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 #v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #v6.3.0 with: cache: "yarn" node-version-file: ".nvmrc" diff --git a/.github/workflows/dependency_review.yml b/.github/workflows/dependency_review.yml index 1f7c7b5..8aba310 100644 --- a/.github/workflows/dependency_review.yml +++ b/.github/workflows/dependency_review.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 - name: "Dependency Review" - uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2 + uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0 with: fail-on-severity: high comment-summary-in-pr: true diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 966ed00..1933d78 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -70,14 +70,14 @@ jobs: - name: Fill in the new image ID in the Amazon ECS task definition id: task-def - uses: aws-actions/amazon-ecs-render-task-definition@6b89923a897d41e9ad789181d8865b532ecf973c #v1.8.3 + uses: aws-actions/amazon-ecs-render-task-definition@77954e213ba1f9f9cb016b86a1d4f6fcdea0d57e #v1.8.4 with: task-definition-arn: ${{ secrets.AWS_ECS_TASK_DEFINITION_ARN }} container-name: ${{ secrets.AWS_ECS_CONTAINER_NAME }} image: ${{ steps.generate-img-name.outputs.image-name }} - name: Deploy Amazon ECS task definition - uses: aws-actions/amazon-ecs-deploy-task-definition@cbf54ec46642b86ff78c2f5793da6746954cf8ff #v2.6.0 + uses: aws-actions/amazon-ecs-deploy-task-definition@fc8fc60f3a60ffd500fcb13b209c59d221ac8c8c #v2.6.1 with: task-definition: ${{ steps.task-def.outputs.task-definition }} service: ${{ secrets.AWS_ECS_SERVICE }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 72ebd8c..6c8abaa 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -24,7 +24,7 @@ jobs: run: corepack enable - name: Setup Node - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 #v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #v6.3.0 with: cache: "yarn" node-version-file: ".nvmrc" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8997aff..6b2984a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: run: corepack enable - name: Setup Node - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 #v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #v6.3.0 with: cache: "yarn" node-version-file: ".nvmrc"