Skip to content

Commit

Permalink
build: Use golang-action v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sbp-bvanb committed Nov 1, 2024
1 parent c44834f commit 2545b53
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,24 @@ 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.0
with:
code_coverage_expected: 62.3
code-coverage-expected: 62.3
gci: "false"
golang-unit-tests-exclusions: |-
\(cmd\/prolayout\)
Expand Down

0 comments on commit 2545b53

Please sign in to comment.