Skip to content

chore(deps): bump codecov/codecov-action from 5.0.0 to 5.0.2 in the actions group #140

chore(deps): bump codecov/codecov-action from 5.0.0 to 5.0.2 in the actions group

chore(deps): bump codecov/codecov-action from 5.0.0 to 5.0.2 in the actions group #140

Workflow file for this run

name: "semantic PR"
on:
pull_request:
types:
- opened
- edited
- synchronize
permissions: {}
jobs:
main:
name: validate PR title
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}