Skip to content

Update codecov/codecov-action action to v5 #1866

Update codecov/codecov-action action to v5

Update codecov/codecov-action action to v5 #1866

# example taken from https://github.com/actions/dependency-review-action
name: 'Dependency Review'
on:
pull_request:
permissions:
contents: read
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: 'Dependency Review'
uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4