diff --git a/.github/workflows/dependency_review.yml b/.github/workflows/dependency_review.yml index 1f7c7b5..bd43161 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@05fe4576374b728f0c523d6a13d64c25081e0803 # v4.8.3 with: fail-on-severity: high comment-summary-in-pr: true diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 966ed00..e0b299a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: - name: Build and tag Container image id: build-image - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 #v6.18.0 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 #v6.19.2 with: tags: ${{ steps.generate-local-img-name.outputs.image-name }} file: Dockerfile @@ -59,7 +59,7 @@ jobs: - name: Rebuild, tag and push Container image id: rebuild--push-image - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 #v6.18.0 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 #v6.19.2 with: push: true tags: ${{ steps.generate-img-name.outputs.image-name }}