Skip to content

chore(deps): Bump clap from 4.5.41 to 4.5.42 #272

chore(deps): Bump clap from 4.5.41 to 4.5.42

chore(deps): Bump clap from 4.5.41 to 4.5.42 #272

Workflow file for this run

name: Commisery
on:
workflow_call:
pull_request:
types: [edited, opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
# This workflow uses a third-party action.
# The existence of a `permissions` key denies all
# permissions except those explicitly specified.
permissions:
contents: read
pull-requests: write
issues: write
jobs:
commit-message:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.github.com:443
- name: Run Commisery
uses: tomtom-international/commisery-action@462dbd14888c01a605dd78f37b1a4f8085a614c8 # v4.0.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
validate-pull-request: false
validate-pull-request-title-bump: false