Skip to content

build(deps): bump schubergphilis/gomod-go-version-updater-action from 0.3.5 to 0.3.7 in the github-actions-all group #343

build(deps): bump schubergphilis/gomod-go-version-updater-action from 0.3.5 to 0.3.7 in the github-actions-all group

build(deps): bump schubergphilis/gomod-go-version-updater-action from 0.3.5 to 0.3.7 in the github-actions-all group #343

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 }}