Skip to content

chore(deps): bump actions/cache from 4.2.0 to 4.2.1 in /.github/actions/install-deps in the action-deps group #38

chore(deps): bump actions/cache from 4.2.0 to 4.2.1 in /.github/actions/install-deps in the action-deps group

chore(deps): bump actions/cache from 4.2.0 to 4.2.1 in /.github/actions/install-deps in the action-deps group #38

Workflow file for this run

name: "Semantic Pull Request"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
main:
name: Validate a PR title is following the conventional commits
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3, to avoid Unpinned tag for 3rd party Action in workflow from CodeQL
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}