Skip to content

chore(deps): update wiremock requirement from =0.5.22 to =0.6.5 #1831

chore(deps): update wiremock requirement from =0.5.22 to =0.6.5

chore(deps): update wiremock requirement from =0.5.22 to =0.6.5 #1831

Workflow file for this run

name: PR Conventional Commit Validation
permissions:
contents: read
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
validate-pr-title:
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
with:
egress-policy: audit
- name: PR Conventional Commit Validation
uses: ytanikin/pr-conventional-commits@b72758283dcbee706975950e96bc4bf323a8d8c0 # 1.4.2
with:
task_types: '["build","chore","ci","docs","feat","fix","perf","refactor","revert","test"]'
add_label: 'false'