Skip to content

chore(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 in the actions-deps group #2301

chore(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 in the actions-deps group

chore(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 in the actions-deps group #2301

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@48f256284bd46cdaab1048c3721360e808335d50 # v5.5.3, to avoid Unpinned tag for 3rd party Action in workflow from CodeQL
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}