generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #450 from Danil-Grigorev/dependabot-generate
🌱 Autorun make generate tasks on each dependabot PR and commit the changes to a branch
- Loading branch information
Showing
11 changed files
with
11,713 additions
and
13,099 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
name: PR dependabot code generation and go modules fix | ||
|
||
# This action runs on other PRs opened by dependabot. It updates modules and generated code on PRs opened by dependabot. | ||
on: | ||
pull_request: | ||
branches: | ||
- dependabot/** | ||
push: | ||
branches: | ||
- dependabot/** | ||
workflow_dispatch: | ||
|
||
permissions: | ||
contents: write # Allow to update the PR. | ||
|
||
jobs: | ||
build: | ||
name: Build | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out code into the Go module directory | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1 | ||
- name: Calculate go version | ||
id: vars | ||
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT | ||
- name: Set up Go | ||
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # tag=v5.0.0 | ||
with: | ||
go-version: ${{ steps.vars.outputs.go_version }} | ||
- uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # tag=v4.0.1 | ||
name: Restore go cache | ||
with: | ||
path: | | ||
~/.cache/go-build | ||
~/go/pkg/mod | ||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} | ||
restore-keys: | | ||
${{ runner.os }}-go- | ||
- name: Update all modules | ||
run: make modules | ||
- name: Update generated code | ||
run: make generate | ||
- uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # tag=v9.1.4 | ||
name: Commit changes | ||
with: | ||
author_name: dependabot[bot] | ||
author_email: 49699333+dependabot[bot]@users.noreply.github.com | ||
default_author: github_actor | ||
message: 'Update generated code' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
1,239 changes: 583 additions & 656 deletions
1,239
config/crd/bases/operator.cluster.x-k8s.io_addonproviders.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
2,475 changes: 1,166 additions & 1,309 deletions
2,475
config/crd/bases/operator.cluster.x-k8s.io_bootstrapproviders.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
2,475 changes: 1,166 additions & 1,309 deletions
2,475
config/crd/bases/operator.cluster.x-k8s.io_controlplaneproviders.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
2,475 changes: 1,166 additions & 1,309 deletions
2,475
config/crd/bases/operator.cluster.x-k8s.io_coreproviders.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
2,475 changes: 1,166 additions & 1,309 deletions
2,475
config/crd/bases/operator.cluster.x-k8s.io_infrastructureproviders.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
1,239 changes: 583 additions & 656 deletions
1,239
config/crd/bases/operator.cluster.x-k8s.io_ipamproviders.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.