diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index dc7b718da..0e72fcf09 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v6 - name: Run Renovate - uses: renovatebot/github-action@v46.1.14 + uses: renovatebot/github-action@v46.1.15 env: RENOVATE_REPOSITORIES: ${{ github.repository }} RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS: '["^bash -c .cd ui && npm install && npm test -- -u.$", "^make tools-go-mod-tidy$"]' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 28f56fe1d..907388c6f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,7 +46,7 @@ jobs: run: make test-go - name: Report code coverage - uses: codecov/codecov-action@v6.0.1 + uses: codecov/codecov-action@v6.0.2 with: flags: backend files: ./coverage.txt @@ -110,7 +110,7 @@ jobs: NODE_ENV: test - name: Report code coverage - uses: codecov/codecov-action@v6.0.1 + uses: codecov/codecov-action@v6.0.2 with: flags: ui directory: ./ui/coverage