Skip to content

chore(deps): bump github/codeql-action from 3.28.0 to 3.28.1 #136

chore(deps): bump github/codeql-action from 3.28.0 to 3.28.1

chore(deps): bump github/codeql-action from 3.28.0 to 3.28.1 #136

Workflow file for this run

name: CI
on:
# We run the CI checks on any pull request updates or pushes to the main branch after PR merge.
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version-file: 'go.mod'
check-latest: true
- run: |
go vet ./...
go test ./... --cover
- name: Install license check tool
run: go install github.com/google/addlicense@dc31ac9ffcca99c9457226366135701794b128c0
- name: Check licenses
run: addlicense -l apache -check -v -ignore '**/*.yaml' -c Humanitec ./loader ./schema ./types ./pkg