Skip to content

build(deps): bump the common-golang-dependencies group with 8 updates #276

build(deps): bump the common-golang-dependencies group with 8 updates

build(deps): bump the common-golang-dependencies group with 8 updates #276

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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
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