Skip to content

chore(deps-dev): Bump ruff from 0.15.17 to 0.15.20 #481

chore(deps-dev): Bump ruff from 0.15.17 to 0.15.20

chore(deps-dev): Bump ruff from 0.15.17 to 0.15.20 #481

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@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: audit
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0
- uses: webiny/action-conventional-commits@7f91b1595ca1951cdb671ddc9f07a49081ec5b69 # v1.4.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}