Skip to content

chore(deps): Bump actions/upload-artifact from 4.3.3 to 4.4.2 #168

chore(deps): Bump actions/upload-artifact from 4.3.3 to 4.4.2

chore(deps): Bump actions/upload-artifact from 4.3.3 to 4.4.2 #168

name: 'Lint PR title preview (current branch, validateSingleCommit enabled)'
on:
pull_request:
types:
- opened
- edited
- synchronize
permissions:
contents: read
pull-requests: read
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@v2
with:
egress-policy: audit
- uses: actions/checkout@v4
- uses: ./
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: true
validateSingleCommitMatchesPrTitle: true