Skip to content

chore(deps): Bump python-semantic-release/python-semantic-release from 10.5.3 to 10.6.1 #90

chore(deps): Bump python-semantic-release/python-semantic-release from 10.5.3 to 10.6.1

chore(deps): Bump python-semantic-release/python-semantic-release from 10.5.3 to 10.6.1 #90

Workflow file for this run

---
# SPDX-FileCopyrightText: 2025-present Stuart Ellis <stuart@stuartellis.name>
#
# SPDX-License-Identifier: MIT
#
# Configuration for a GitHub Actions workflow
#
# See: https://github.com/features/actions
name: pre-commit
# yamllint disable-line rule:truthy
on:
pull_request:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: aquasecurity/setup-trivy@v0.2.6
with:
version: v0.70.0
cache: true
- uses: pre-commit/action@v3.0.1