Skip to content

chore(deps): Bump quinn-proto from 0.11.13 to 0.11.14 in the cargo group across 1 directory #363

chore(deps): Bump quinn-proto from 0.11.13 to 0.11.14 in the cargo group across 1 directory

chore(deps): Bump quinn-proto from 0.11.13 to 0.11.14 in the cargo group across 1 directory #363

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@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.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