Skip to content

build(deps): prevent mockery major downgrade in package version updater #214

build(deps): prevent mockery major downgrade in package version updater

build(deps): prevent mockery major downgrade in package version updater #214

Workflow file for this run

---
name: General
"on": pull_request
permissions:
contents: read
packages: read
jobs:
MCVS-general-action:
strategy:
matrix:
args:
- testing-type: lint-commit
- testing-type: lint-git
- testing-type: security-file-system
- testing-type: yamllint
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6.0.2
- uses: schubergphilis/mcvs-general-action@e0d0a486f35fa1e1d1be9d6063b5af493bb09dff # includes aquasecurity/trivy-action@0.34.1
with:
testing-type: ${{ matrix.args.testing-type }}