diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index e26a69f2..3ce6c3cd 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -6,6 +6,7 @@ on: jobs: claude-review: + if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }} runs-on: ubuntu-latest permissions: contents: read @@ -15,7 +16,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 1 diff --git a/.github/workflows/golang-ci.yml b/.github/workflows/golang-ci.yml index 7d3e1d43..c2c74f21 100644 --- a/.github/workflows/golang-ci.yml +++ b/.github/workflows/golang-ci.yml @@ -124,12 +124,14 @@ jobs: with: version: "29.3" repo-token: ${{ secrets.GITHUB_TOKEN }} + - name: Clean generated files + run: make maintainer-clean - name: Install tools run: make install-tools - name: Generate code run: make generate env: - PROTOC: ${{ steps.setup-protoc.outputs.path }} + PROTOC: ${{ steps.setup-protoc.outputs.path }}/bin/protoc - name: Format code run: make format - name: Check file format diff --git a/Makefile b/Makefile index 69d6f001..2f08a74c 100644 --- a/Makefile +++ b/Makefile @@ -173,7 +173,7 @@ PRETTIER_TARGET ?= . .PHONY: format-prettier format: format-prettier format-prettier: - $(PRETTIER) --write $(PRETTIER_TARGET) + $(PRETTIER) --write $(PRETTIER_TARGET) | grep -v '(unchanged)$$' || true .PHONY: lint-go lint-go: diff --git a/app/types/clusterconfig/clusterconfig.pb.go b/app/types/clusterconfig/clusterconfig.pb.go index 4bc77096..94ba0bc1 100644 --- a/app/types/clusterconfig/clusterconfig.pb.go +++ b/app/types/clusterconfig/clusterconfig.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.7 -// protoc v6.32.0 +// protoc-gen-go v1.36.9 +// protoc v5.29.3 // source: clusterconfig.proto package clusterconfig diff --git a/app/types/status/cluster_status.pb.go b/app/types/status/cluster_status.pb.go index e1a1492e..ec8c0445 100644 --- a/app/types/status/cluster_status.pb.go +++ b/app/types/status/cluster_status.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.7 -// protoc v6.32.0 +// protoc-gen-go v1.36.9 +// protoc v5.29.3 // source: cluster_status.proto package status