Skip to content

Bump codecov/codecov-action from 5.1.2 to 5.2.0 #4866

Bump codecov/codecov-action from 5.1.2 to 5.2.0

Bump codecov/codecov-action from 5.1.2 to 5.2.0 #4866

Workflow file for this run

name: Auto Approval
on: pull_request_target
jobs:
auto-approve-dependabot:
runs-on: ubuntu-latest
steps:
- name: Approve Dependabot updates
uses: hmarr/[email protected]
if: github.actor == 'dependabot[bot]'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"