Skip to content

deps(deps): update codecov/codecov-action action to v4.4.1 #1077

deps(deps): update codecov/codecov-action action to v4.4.1

deps(deps): update codecov/codecov-action action to v4.4.1 #1077

Workflow file for this run

---
on: # yamllint disable-line rule:truthy
pull_request:
name: 🐞 Differential shell-check
permissions:
contents: read
jobs:
shellcheck:
uses: wayofdev/gh-actions/.github/workflows/shellcheck.yml@master
with:
os: ubuntu-latest
severity: warning
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
...