Skip to content

chore(deps): update dependency golangci/golangci-lint to v2.11.2 (main) #6533

chore(deps): update dependency golangci/golangci-lint to v2.11.2 (main)

chore(deps): update dependency golangci/golangci-lint to v2.11.2 (main) #6533

Workflow file for this run

name: Check for unallowed changes
on:
pull_request:
env:
MAIN_BRANCH: origin/main
GOARCH: amd64
CGO_ENABLED: 0
jobs:
check-changes:
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version-file: 'go.mod'
check-latest: true
-
name: Install Ginkgo CLI
run: go install github.com/onsi/ginkgo/v2/ginkgo
-
name: go.mod
run: ./.github/scripts/check-for-go-mod-changes.sh
-
name: generate.go
run: ./.github/scripts/check-for-auto-generated-changes.sh
-
name: known-hosts
run: ./.github/scripts/check-for-known-hosts-changes.sh $GITHUB_BASE_REF