Skip to content

build(deps): bump schubergphilis/mcvs-general-action from 0.6.0 to 0.6.2 in the github-actions-all group #339

build(deps): bump schubergphilis/mcvs-general-action from 0.6.0 to 0.6.2 in the github-actions-all group

build(deps): bump schubergphilis/mcvs-general-action from 0.6.0 to 0.6.2 in the github-actions-all group #339

Workflow file for this run

---
name: golang
"on": pull_request
permissions:
contents: read
packages: read
jobs:
mcvs-golang-action:
strategy:
matrix:
args:
- testing-type: opa
- testing-type: security-golang-modules
- testing-type: security-grype
runs-on: ubuntu-24.04
env:
TASK_X_REMOTE_TASKFILES: 1
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
persist-credentials: false
- uses: ./
with:
task-install: yes
testing-type: ${{ matrix.args.testing-type }}