Skip to content

chore(deps): bump docker/bake-action from 6.10.0 to 7.2.0 #491

chore(deps): bump docker/bake-action from 6.10.0 to 7.2.0

chore(deps): bump docker/bake-action from 6.10.0 to 7.2.0 #491

# Copyright 2025 AGNTCY Contributors (https://github.com/agntcy)
# SPDX-License-Identifier: Apache-2.0
---
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@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
with:
egress-policy: audit
- uses: actions/checkout@v5.0.0
with:
fetch-depth: 0
- name: 🧹 Conventional Commits
uses: webiny/action-conventional-commits@v1.3.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
allowed-commit-types: "feat,fix,docs,doc,style,refactor,test,build,perf,ci,chore,revert,merge,wip"