Skip to content

chore(deps): bump codecov/codecov-action from 6.0.1 to 7.0.0 #7380

chore(deps): bump codecov/codecov-action from 6.0.1 to 7.0.0

chore(deps): bump codecov/codecov-action from 6.0.1 to 7.0.0 #7380

Workflow file for this run

name: Check for go mod changes
on:
pull_request:
merge_group:
permissions:
contents: read
jobs:
validate-go-mod:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup golang
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version-file: go.mod
- name: Test go mod
run: |
go mod tidy
git diff --exit-code go.mod go.sum