diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 9ec6fd55..af48dc56 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -2,8 +2,8 @@ name: Dependabot auto-merge on: # yamllint disable-line rule:truthy pull_request_target: - branches: - - master + types: + - opened permissions: contents: write diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 61b9cee6..b2bfec73 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -44,6 +44,6 @@ jobs: - name: Upload coverage if: steps.changed-files-specific.outputs.only_changed != 'true' - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: false