Skip to content

build(deps): bump golang version from 1.26.4 to 1.26.5 #245

build(deps): bump golang version from 1.26.4 to 1.26.5

build(deps): bump golang version from 1.26.4 to 1.26.5 #245

Workflow file for this run

# yamllint disable rule:line-length
---
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
with:
persist-credentials: false
- uses: schubergphilis/mcvs-general-action@f52c4433add29d8eff9036bf37b5b69a2c4cf28b
with:
testing-type: ${{ matrix.args.testing-type }}