Skip to content

build(deps): bump codecov/codecov-action from 4.3.1 to 4.4.1 (#3874) #81

build(deps): bump codecov/codecov-action from 4.3.1 to 4.4.1 (#3874)

build(deps): bump codecov/codecov-action from 4.3.1 to 4.4.1 (#3874) #81

Workflow file for this run

name: License Check
on:
pull_request:
push:
branches: [ master ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
name: License Check
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version-file: 'go.mod'
check-latest: true
id: go
- name: Download dependencies
run: go mod vendor
- name: Run License Check
run: make license-check