Skip to content

build(deps): bump golang version from 1.26.5 to 1.26.6 #265

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

build(deps): bump golang version from 1.26.5 to 1.26.6 #265

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-action
- 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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: schubergphilis/mcvs-general-action@dd9e92cb0bf9e98226c0c13283e287781a6637a7 # v0.6.0
with:
testing-type: ${{ matrix.args.testing-type }}