diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 198965e5..5080e955 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -128,7 +128,7 @@ jobs: make test-coverage-report - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5.4.2 + uses: codecov/codecov-action@v5.4.3 with: token: ${{ secrets.CODECOV_TOKEN }} directory: ./test-reports/coverage/ diff --git a/.github/workflows/dependency-review.yaml b/.github/workflows/dependency-review.yaml index 29c1daf1..605e0caa 100644 --- a/.github/workflows/dependency-review.yaml +++ b/.github/workflows/dependency-review.yaml @@ -25,6 +25,6 @@ jobs: uses: actions/checkout@v4.2.2 - name: Dependency Review - uses: actions/dependency-review-action@v4.6.0 + uses: actions/dependency-review-action@v4.7.1 with: fail-on-severity: critical