diff --git a/.github/workflows/golang.yml b/.github/workflows/golang.yml index f329e8a..2ae58ca 100644 --- a/.github/workflows/golang.yml +++ b/.github/workflows/golang.yml @@ -10,14 +10,26 @@ permissions: contents: read packages: read jobs: - mcvs-golang-action: + MCVS-golang-action: + strategy: + matrix: + testing-type: + - component + - coverage + - integration + - lint + - security-golang-modules + - security-grype + - security-trivy + - unit runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4.2.1 - - uses: schubergphilis/mcvs-golang-action@v0.8.3 + - uses: actions/checkout@v4.1.1 + - uses: schubergphilis/mcvs-golang-action@v0.9.4 with: - code_coverage_expected: 62.3 + code-coverage-expected: 62.3 gci: "false" golang-unit-tests-exclusions: |- \(cmd\/prolayout\) golangci-lint-version: v1.61.0 + testing-type: ${{ matrix.testing-type }}