Skip to content

build(deps): Bump step-security/harden-runner from 2.11.0 to 2.19.1 #114

build(deps): Bump step-security/harden-runner from 2.11.0 to 2.19.1

build(deps): Bump step-security/harden-runner from 2.11.0 to 2.19.1 #114

---
name: commit-msg
on:
push:
# Run superlinter on pushes to default branch
branches:
- main
# Run superlinter on pull request events
pull_request:
# Declare default permissions as read-only
permissions: read-all
jobs:
conventional-commits:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- name: 🔒 harden runner
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
with:
egress-policy: audit
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 🧹 Conventional Commits
uses: webiny/action-conventional-commits@v1.3.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}