Skip to content

chore(deps-dev): Bump ruff from 0.15.22 to 0.16.0 #498

chore(deps-dev): Bump ruff from 0.15.22 to 0.16.0

chore(deps-dev): Bump ruff from 0.15.22 to 0.16.0 #498

name: Conventional Commits
on:
pull_request:
branches: [ main ]
permissions:
contents: read
pull-requests: read
jobs:
build:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
with:
egress-policy: audit
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 0
- uses: webiny/action-conventional-commits@7f91b1595ca1951cdb671ddc9f07a49081ec5b69 # v1.4.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}