Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

chore(deps): update all dependencies #33

chore(deps): update all dependencies

chore(deps): update all dependencies #33

Workflow file for this run

name: Config Codecov
on:
pull_request:
paths:
- .github/workflows/config-codecov.yml
- .github/codecov.yml
push:
branches:
- main
paths:
- .github/workflows/config-codecov.yml
- .github/codecov.yml
permissions: read-all
jobs:
codecov:
name: Codecov
runs-on: ubuntu-22.04
steps:
- name: Harden runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
actions-results-receiver-production.githubapp.com:443
api.github.com:443
codecov.io:443
github.com:443
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Validate Codecov configuration
uses: ericcornelissen/codecov-config-validator-action@bbb3f8ef45de6f6ce57ea8d566940bdd78b4814a # v1.0.2