Skip to content

build(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1 #1134

build(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1

build(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1 #1134

Workflow file for this run

name: "Semantic Pull Request"
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
jobs:
main:
name: Validate PR and Commits
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
with:
egress-policy: audit
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@7f0a61df502599e1f1f50880aaa7ec1e2c0592f2 # v6.0.1
with:
configFile: .github/commitlint.config.cjs
- name: Install Dependencies
run: npm install @commitlint/[email protected]
- uses: JulienKode/pull-request-name-linter-action@8c05fb989d9f156ce61e33754f9802c9d3cffa58 # v0.5.0
with:
configuration-path: ./.github/commitlint.config.cjs