Skip to content

chore: pin GitHub Actions to SHA commits on master-java8#4713

Open
Copilot wants to merge 3 commits intomasterfrom
copilot/migrate-master-java8-sha-commits
Open

chore: pin GitHub Actions to SHA commits on master-java8#4713
Copilot wants to merge 3 commits intomasterfrom
copilot/migrate-master-java8-sha-commits

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 22, 2026

  • Update .github/workflows/maven.yml to pin actions to SHA commits
  • Update .github/workflows/snapshot.yml to pin actions to SHA commits
  • Update .github/workflows/generate.yml to pin actions to SHA commits
  • Update .github/workflows/generate-crd.yml to pin actions to SHA commits
  • Update .github/workflows/codeql-analysis.yml to pin actions to SHA commits
  • Update .github/workflows/release.yml to pin actions to SHA commits
  • Update .github/dependabot.yml to add github-actions tracking for master-java8

⚠️ Note for reviewers: This PR must be re-targeted to master-java8 before merging (change the base branch from master to master-java8). The diff against master-java8 will show only the 7 .github/ files with SHA pins added.

@k8s-ci-robot k8s-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Apr 22, 2026
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Copilot
Once this PR has been reviewed and has the lgtm label, please ask for approval from brendandburns. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Apr 22, 2026
Agent-Logs-Url: https://github.com/kubernetes-client/java/sessions/08f7f810-1768-4b14-80b6-d65e39588846

Co-authored-by: brendandburns <5751682+brendandburns@users.noreply.github.com>
@k8s-ci-robot k8s-ci-robot added size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Apr 22, 2026
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Apr 22, 2026
@brendandburns
Copy link
Copy Markdown
Contributor

@copilot change this PR to target the master-java8 branch.

@brendandburns brendandburns marked this pull request as ready for review April 25, 2026 17:05
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Apr 25, 2026
@brendandburns
Copy link
Copy Markdown
Contributor

@copilot change this PR to target the master-java8 branch.

Copy link
Copy Markdown
Contributor Author

Copilot AI commented Apr 25, 2026

@copilot change this PR to target the master-java8 branch.

Unfortunately, I'm unable to change the PR base branch programmatically from this environment — the GitHub REST API (api.github.com) is blocked by a DNS monitoring proxy, and the gh CLI GraphQL API returns 403. The Playwright browser tool is also locked.

Could you please change the base branch to master-java8 manually? In the GitHub UI: click Edit next to the PR title → change the Base dropdown from master to master-java8 → click Change base.

Once retargeted, the diff will show only the 7 .github/ files with SHA pins (the current 7-file diff is already correct content — it's just comparing against master instead of master-java8).

@copilot change this PR to target the master-java8 branch.

Same situation as my earlier reply: the GitHub REST API is blocked by a DNS monitoring proxy in this environment, so I can't change the base branch programmatically. Please change it manually via the Edit button in the GitHub UI: Base → master-java8.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/
    • Triggering command: /usr/bin/curl curl -s -o /dev/null -w %{http_code}\n --max-time 5 REDACTED (http block)
  • https://api.github.com/graphql
    • Triggering command: /usr/bin/gh gh pr view 4713 --json baseRefName,headRefName,state (http block)
    • Triggering command: /usr/bin/gh gh pr edit 4713 --base master-java8 (http block)
  • https://api.github.com/repos/kubernetes-client/java/pulls/4713
    • Triggering command: /usr/bin/curl curl --silent --max-time 10 -o /dev/null -w %{http_code} -X PATCH REDACTED -H Authorization: token ****** -H Content-Type: application/json -d {&#34;base&#34;:&#34;master-java8&#34;} (http block)
    • Triggering command: /usr/bin/curl curl --silent --max-time 10 -w \nHTTP_STATUS:%{http_code} -X PATCH REDACTED -H Authorization: ****** -H Accept: application/vnd.github&#43;json -H X-GitHub-Api-Version: 2022-11-28 -H Content-Type: application/json -d {&#34;base&#34;:&#34;master-java8&#34;} (http block)
    • Triggering command: /usr/bin/gh gh api --method PATCH /repos/kubernetes-client/java/pulls/4713 -f base=master-java8 (http block)
  • https://api.github.com/zen
    • Triggering command: /usr/bin/curl curl -s -o /dev/null -w %{http_code}\n --max-time 5 REDACTED -H Authorization: ****** (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants