René's URL Explorer Experiment


Title: chore: Harden workflows: least-privilege permissions + zizmor integration by brunoborges · Pull Request #1039 · actions/setup-java · GitHub

Open Graph Title: chore: Harden workflows: least-privilege permissions + zizmor integration by brunoborges · Pull Request #1039 · actions/setup-java

X Title: chore: Harden workflows: least-privilege permissions + zizmor integration by brunoborges · Pull Request #1039 · actions/setup-java

Description: Summary Hardens the action's own CI/CD workflows by applying GitHub Actions security best practices and integrates zizmor so regressions are caught automatically going forward. Motivation: after the recent supply-chain compromises in the Actions ecosystem, consumers increasingly expect the actions they depend on to follow least-privilege and hardening practices. These changes are config-only — no action source (src//dist/) is touched, so runtime behavior of setup-java is unchanged. What changed 1. Least-privilege permissions: on every workflow Previously most workflows had no permissions: block and therefore inherited the repository/organization default token scopes. Now each workflow declares exactly what it needs: Workflow Permissions basic-validation, check-dist, licensed, all e2e-* contents: read codeql-analysis top-level {}, job keeps actions: read / contents: read / security-events: write publish-immutable-actions top-level {}, job keeps contents: read / id-token: write / packages: write update-config-files top-level {}, job gets contents: write + pull-requests: write (needed to push the branch and open the PR) release-new-action-version already scoped to contents: write (unchanged) 2. Drop credential persistence Added persist-credentials: false to all actions/checkout steps that don't subsequently use the GITHUB_TOKEN (every e2e/validation checkout plus the immutable-publish checkout). This prevents the token from lingering in the local git config. 3. Avoid template injection in run: blocks Moved ${{ matrix.version }} and ${{ steps.setup-java.outputs.path }} expansions out of inline run: scripts into env: variables referenced as "$VAR", the pattern recommended to avoid shell injection via expression interpolation. 4. Pin the container image alpine:latest → alpine:3.21 in e2e-versions.yml (mutable latest tag → fixed version). 5. Integrate zizmor .github/workflows/zizmor.yml — runs on push/PR, fails the build on any finding (regression gate), and uploads SARIF to the Code scanning tab. .github/zizmor.yml — pinning policy aligned with this repo's conventions: first-party actions/* and github/* may use version tags (ref-pin), while any third-party action must be pinned to a full commit SHA (hash-pin). Validation zizmor goes from 39 high + 39 medium + 31 low/info findings to 0, both offline and online: $ zizmor .github/workflows/ No findings to report. Good job! All workflow YAML was validated for syntax. Related Addresses the hardening/security-posture aspect mentioned alongside #1023 (immutable releases). The publish-immutable-actions.yml workflow that satisfies #1023 is also hardened here (persist-credentials: false, explicit top-level {}).

Open Graph Description: Summary Hardens the action's own CI/CD workflows by applying GitHub Actions security best practices and integrates zizmor so regressions are caught automatically going forward. Motivation: afte...

X Description: Summary Hardens the action's own CI/CD workflows by applying GitHub Actions security best practices and integrates zizmor so regressions are caught automatically going forward. Motivation: ...

Opengraph URL: https://github.com/actions/setup-java/pull/1039

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:45d80835-9dc0-dc37-b397-1eec6c4c0686
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id967E:377E20:1655D:1C902:6A4C68AA
html-safe-nonce27448a202c4a634a4e3ccf9da5f3be631a33474a64ad9131938652d9634e1a76
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NjdFOjM3N0UyMDoxNjU1RDoxQzkwMjo2QTRDNjhBQSIsInZpc2l0b3JfaWQiOiIxNDExNTU3MDgzOTcxMzQ4NjUwIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacbde7e6bb78f8f8524ab7155dd22b6e1c64de634b141c8184d71ff70f71ee83a6
hovercard-subject-tagpull_request:3914606617
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,actions,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/actions/setup-java/pull/1039/files
twitter:imagehttps://avatars.githubusercontent.com/u/129743?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/129743?s=400&v=4
og:image:altSummary Hardens the action's own CI/CD workflows by applying GitHub Actions security best practices and integrates zizmor so regressions are caught automatically going forward. Motivation: afte...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None3d11bb817438277de2a940854450e83a7d32b6aeb5014e9e6b00a6423900251c
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/actions/setup-java git https://github.com/actions/setup-java.git
octolytics-dimension-user_id44036562
octolytics-dimension-user_loginactions
octolytics-dimension-repository_id196057608
octolytics-dimension-repository_nwoactions/setup-java
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id196057608
octolytics-dimension-repository_network_root_nwoactions/setup-java
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release14099438da5379150f15a2892474c7c7e6c0e55e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/actions/setup-java/pull/1039/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Factions%2Fsetup-java%2Fpull%2F1039%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Factions%2Fsetup-java%2Fpull%2F1039%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=actions%2Fsetup-java
Reloadhttps://github.com/actions/setup-java/pull/1039/files
Reloadhttps://github.com/actions/setup-java/pull/1039/files
Reloadhttps://github.com/actions/setup-java/pull/1039/files
Please reload this pagehttps://github.com/actions/setup-java/pull/1039/files
actions https://github.com/actions
setup-javahttps://github.com/actions/setup-java
Notifications https://github.com/login?return_to=%2Factions%2Fsetup-java
Fork 862 https://github.com/login?return_to=%2Factions%2Fsetup-java
Star 1.9k https://github.com/login?return_to=%2Factions%2Fsetup-java
Code https://github.com/actions/setup-java
Issues 38 https://github.com/actions/setup-java/issues
Pull requests 11 https://github.com/actions/setup-java/pulls
Actions https://github.com/actions/setup-java/actions
Projects https://github.com/actions/setup-java/projects
Security and quality 0 https://github.com/actions/setup-java/security
Insights https://github.com/actions/setup-java/pulse
Code https://github.com/actions/setup-java
Issues https://github.com/actions/setup-java/issues
Pull requests https://github.com/actions/setup-java/pulls
Actions https://github.com/actions/setup-java/actions
Projects https://github.com/actions/setup-java/projects
Security and quality https://github.com/actions/setup-java/security
Insights https://github.com/actions/setup-java/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Factions%2Fsetup-java%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Factions%2Fsetup-java%2Fissues%2Fnew%2Fchoose
gdamshttps://github.com/gdams
actions:mainhttps://github.com/actions/setup-java/tree/main
brunoborges:harden-workflows-zizmorhttps://github.com/brunoborges/setup-java/tree/harden-workflows-zizmor
Conversation 3 https://github.com/actions/setup-java/pull/1039
Commits 5 https://github.com/actions/setup-java/pull/1039/commits
Checks 381 https://github.com/actions/setup-java/pull/1039/checks
Files changed https://github.com/actions/setup-java/pull/1039/files
Please reload this pagehttps://github.com/actions/setup-java/pull/1039/files
chore: Harden workflows: least-privilege permissions + zizmor integration https://github.com/actions/setup-java/pull/1039/files#top
Show all changes 5 commits https://github.com/actions/setup-java/pull/1039/files
5a9d84a Harden workflows with least-privilege permissions and zizmor brunoborges Jun 22, 2026 https://github.com/actions/setup-java/pull/1039/commits/5a9d84a2f1c7c877e5e514a35c9d88cc554c0d68
4d6dd91 Potential fix for pull request finding brunoborges Jun 22, 2026 https://github.com/actions/setup-java/pull/1039/commits/4d6dd91e72fa6f8e95fa46e6ebab479657a079bc
5f665f1 Fix indentation of if: in zizmor SARIF upload step brunoborges Jun 22, 2026 https://github.com/actions/setup-java/pull/1039/commits/5f665f19f4d3a9d86a51257c8eb6a5cc32d878b9
df328ca Merge branch 'main' into harden-workflows-zizmor brunoborges Jun 22, 2026 https://github.com/actions/setup-java/pull/1039/commits/df328ca3faa057187a610302538e31ee327341f8
59167d9 Merge branch 'main' into harden-workflows-zizmor brunoborges Jun 23, 2026 https://github.com/actions/setup-java/pull/1039/commits/59167d9f8333018e153b16538ed382fecce45a32
Clear filters https://github.com/actions/setup-java/pull/1039/files
Please reload this pagehttps://github.com/actions/setup-java/pull/1039/files
Please reload this pagehttps://github.com/actions/setup-java/pull/1039/files
basic-validation.yml https://github.com/actions/setup-java/pull/1039/files#diff-6b20a767a5cc0c0f14136fa0b866445d86acccdd412aed7b999664cf785a6ee9
check-dist.yml https://github.com/actions/setup-java/pull/1039/files#diff-05c68f898abe14ac98ae36006aed55a2d59f699b8449623ff4eeeb30bf3bbaf2
codeql-analysis.yml https://github.com/actions/setup-java/pull/1039/files#diff-63bd641104d10e25f141d518a16b22a151d125e12701df2f9e79734b23b90188
e2e-cache-dependency-path.yml https://github.com/actions/setup-java/pull/1039/files#diff-e27f394a48bf233cdd78f13cc881d7e1aecd9818c8ff2aea2ac2a09aada0e53f
e2e-cache.yml https://github.com/actions/setup-java/pull/1039/files#diff-622a558618939aa76cbbafa363b32ca09fc6c29648ea88490d862aa3930d0d6f
e2e-local-file.yml https://github.com/actions/setup-java/pull/1039/files#diff-7026f909a69a95e88687c521590d6384d951ed22b6a6c0ddd88483ecb593faef
e2e-publishing.yml https://github.com/actions/setup-java/pull/1039/files#diff-d8d71f7fc8605cca687a82006443eeb0d92c5d3d2f63016006d5b8e174a7fe2d
e2e-versions.yml https://github.com/actions/setup-java/pull/1039/files#diff-a9457e546675dd9e45c7e808dfcb737e9502e2d952de49b9268446bf174c84c8
licensed.yml https://github.com/actions/setup-java/pull/1039/files#diff-28c4d319df05939745eddb957f33e186df1d9d2eb8db6ef558fbddfb6d43db4c
publish-immutable-actions.yml https://github.com/actions/setup-java/pull/1039/files#diff-9cae1861351e2d4b9af03e87be9d327c091fe531b10c01ef4d7e7ac3c7c7f1f8
update-config-files.yml https://github.com/actions/setup-java/pull/1039/files#diff-d864e527039711e1e86a4d6a98811aefe06394804b3d6933565698ea7a33f2af
zizmor.yml https://github.com/actions/setup-java/pull/1039/files#diff-8e6408444d2bf2bed6f02c5dc62a7f1f6ab7337eae098d332986e6a81411aeb7
zizmor.yml https://github.com/actions/setup-java/pull/1039/files#diff-0b778ac21c1461888c51c990f490b647685679afda02d4b4c034f02ec3c5659a
https://github.com/actions/setup-java/blob/main/.github/CODEOWNERS#L1
.github/workflows/basic-validation.ymlhttps://github.com/actions/setup-java/pull/1039/files#diff-6b20a767a5cc0c0f14136fa0b866445d86acccdd412aed7b999664cf785a6ee9
View file https://github.com/brunoborges/setup-java/blob/59167d9f8333018e153b16538ed382fecce45a32/.github/workflows/basic-validation.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/actions/setup-java/pull/1039/{{ revealButtonHref }}
https://github.com/actions/setup-java/pull/1039/files#diff-6b20a767a5cc0c0f14136fa0b866445d86acccdd412aed7b999664cf785a6ee9
https://github.com/actions/setup-java/pull/1039/files#diff-6b20a767a5cc0c0f14136fa0b866445d86acccdd412aed7b999664cf785a6ee9
https://github.com/actions/setup-java/blob/main/.github/CODEOWNERS#L1
.github/workflows/check-dist.ymlhttps://github.com/actions/setup-java/pull/1039/files#diff-05c68f898abe14ac98ae36006aed55a2d59f699b8449623ff4eeeb30bf3bbaf2
View file https://github.com/brunoborges/setup-java/blob/59167d9f8333018e153b16538ed382fecce45a32/.github/workflows/check-dist.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/actions/setup-java/pull/1039/{{ revealButtonHref }}
https://github.com/actions/setup-java/pull/1039/files#diff-05c68f898abe14ac98ae36006aed55a2d59f699b8449623ff4eeeb30bf3bbaf2
https://github.com/actions/setup-java/pull/1039/files#diff-05c68f898abe14ac98ae36006aed55a2d59f699b8449623ff4eeeb30bf3bbaf2
https://github.com/actions/setup-java/blob/main/.github/CODEOWNERS#L1
.github/workflows/codeql-analysis.ymlhttps://github.com/actions/setup-java/pull/1039/files#diff-63bd641104d10e25f141d518a16b22a151d125e12701df2f9e79734b23b90188
View file https://github.com/brunoborges/setup-java/blob/59167d9f8333018e153b16538ed382fecce45a32/.github/workflows/codeql-analysis.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/actions/setup-java/pull/1039/{{ revealButtonHref }}
https://github.com/actions/setup-java/pull/1039/files#diff-63bd641104d10e25f141d518a16b22a151d125e12701df2f9e79734b23b90188
https://github.com/actions/setup-java/pull/1039/files#diff-63bd641104d10e25f141d518a16b22a151d125e12701df2f9e79734b23b90188
https://github.com/actions/setup-java/blob/main/.github/CODEOWNERS#L1
.github/workflows/e2e-cache-dependency-path.ymlhttps://github.com/actions/setup-java/pull/1039/files#diff-e27f394a48bf233cdd78f13cc881d7e1aecd9818c8ff2aea2ac2a09aada0e53f
View file https://github.com/brunoborges/setup-java/blob/59167d9f8333018e153b16538ed382fecce45a32/.github/workflows/e2e-cache-dependency-path.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/actions/setup-java/pull/1039/{{ revealButtonHref }}
https://github.com/actions/setup-java/pull/1039/files#diff-e27f394a48bf233cdd78f13cc881d7e1aecd9818c8ff2aea2ac2a09aada0e53f
https://github.com/actions/setup-java/pull/1039/files#diff-e27f394a48bf233cdd78f13cc881d7e1aecd9818c8ff2aea2ac2a09aada0e53f
https://github.com/actions/setup-java/pull/1039/files#diff-e27f394a48bf233cdd78f13cc881d7e1aecd9818c8ff2aea2ac2a09aada0e53f
https://github.com/actions/setup-java/pull/1039/files#diff-e27f394a48bf233cdd78f13cc881d7e1aecd9818c8ff2aea2ac2a09aada0e53f
https://github.com/actions/setup-java/pull/1039/files#diff-e27f394a48bf233cdd78f13cc881d7e1aecd9818c8ff2aea2ac2a09aada0e53f
https://github.com/actions/setup-java/pull/1039/files#diff-e27f394a48bf233cdd78f13cc881d7e1aecd9818c8ff2aea2ac2a09aada0e53f
https://github.com/actions/setup-java/blob/main/.github/CODEOWNERS#L1
.github/workflows/e2e-cache.ymlhttps://github.com/actions/setup-java/pull/1039/files#diff-622a558618939aa76cbbafa363b32ca09fc6c29648ea88490d862aa3930d0d6f
View file https://github.com/brunoborges/setup-java/blob/59167d9f8333018e153b16538ed382fecce45a32/.github/workflows/e2e-cache.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/actions/setup-java/pull/1039/{{ revealButtonHref }}
https://github.com/actions/setup-java/pull/1039/files#diff-622a558618939aa76cbbafa363b32ca09fc6c29648ea88490d862aa3930d0d6f
https://github.com/actions/setup-java/pull/1039/files#diff-622a558618939aa76cbbafa363b32ca09fc6c29648ea88490d862aa3930d0d6f
https://github.com/actions/setup-java/pull/1039/files#diff-622a558618939aa76cbbafa363b32ca09fc6c29648ea88490d862aa3930d0d6f
https://github.com/actions/setup-java/pull/1039/files#diff-622a558618939aa76cbbafa363b32ca09fc6c29648ea88490d862aa3930d0d6f
https://github.com/actions/setup-java/pull/1039/files#diff-622a558618939aa76cbbafa363b32ca09fc6c29648ea88490d862aa3930d0d6f
https://github.com/actions/setup-java/pull/1039/files#diff-622a558618939aa76cbbafa363b32ca09fc6c29648ea88490d862aa3930d0d6f
https://github.com/actions/setup-java/pull/1039/files#diff-622a558618939aa76cbbafa363b32ca09fc6c29648ea88490d862aa3930d0d6f
https://github.com/actions/setup-java/pull/1039/files#diff-622a558618939aa76cbbafa363b32ca09fc6c29648ea88490d862aa3930d0d6f
https://github.com/actions/setup-java/pull/1039/files#diff-622a558618939aa76cbbafa363b32ca09fc6c29648ea88490d862aa3930d0d6f
https://github.com/actions/setup-java/pull/1039/files#diff-622a558618939aa76cbbafa363b32ca09fc6c29648ea88490d862aa3930d0d6f
https://github.com/actions/setup-java/blob/main/.github/CODEOWNERS#L1
.github/workflows/e2e-local-file.ymlhttps://github.com/actions/setup-java/pull/1039/files#diff-7026f909a69a95e88687c521590d6384d951ed22b6a6c0ddd88483ecb593faef
View file https://github.com/brunoborges/setup-java/blob/59167d9f8333018e153b16538ed382fecce45a32/.github/workflows/e2e-local-file.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/actions/setup-java/pull/1039/{{ revealButtonHref }}
https://github.com/actions/setup-java/pull/1039/files#diff-7026f909a69a95e88687c521590d6384d951ed22b6a6c0ddd88483ecb593faef
https://github.com/actions/setup-java/pull/1039/files#diff-7026f909a69a95e88687c521590d6384d951ed22b6a6c0ddd88483ecb593faef
https://github.com/actions/setup-java/pull/1039/files#diff-7026f909a69a95e88687c521590d6384d951ed22b6a6c0ddd88483ecb593faef
https://github.com/actions/setup-java/pull/1039/files#diff-7026f909a69a95e88687c521590d6384d951ed22b6a6c0ddd88483ecb593faef
https://github.com/actions/setup-java/pull/1039/files#diff-7026f909a69a95e88687c521590d6384d951ed22b6a6c0ddd88483ecb593faef
https://github.com/actions/setup-java/pull/1039/files#diff-7026f909a69a95e88687c521590d6384d951ed22b6a6c0ddd88483ecb593faef
https://github.com/actions/setup-java/pull/1039/files#diff-7026f909a69a95e88687c521590d6384d951ed22b6a6c0ddd88483ecb593faef
https://github.com/actions/setup-java/blob/main/.github/CODEOWNERS#L1
.github/workflows/e2e-publishing.ymlhttps://github.com/actions/setup-java/pull/1039/files#diff-d8d71f7fc8605cca687a82006443eeb0d92c5d3d2f63016006d5b8e174a7fe2d
View file https://github.com/brunoborges/setup-java/blob/59167d9f8333018e153b16538ed382fecce45a32/.github/workflows/e2e-publishing.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/actions/setup-java/pull/1039/{{ revealButtonHref }}
https://github.com/actions/setup-java/pull/1039/files#diff-d8d71f7fc8605cca687a82006443eeb0d92c5d3d2f63016006d5b8e174a7fe2d
https://github.com/actions/setup-java/pull/1039/files#diff-d8d71f7fc8605cca687a82006443eeb0d92c5d3d2f63016006d5b8e174a7fe2d
https://github.com/actions/setup-java/pull/1039/files#diff-d8d71f7fc8605cca687a82006443eeb0d92c5d3d2f63016006d5b8e174a7fe2d
https://github.com/actions/setup-java/pull/1039/files#diff-d8d71f7fc8605cca687a82006443eeb0d92c5d3d2f63016006d5b8e174a7fe2d
https://github.com/actions/setup-java/pull/1039/files#diff-d8d71f7fc8605cca687a82006443eeb0d92c5d3d2f63016006d5b8e174a7fe2d
https://github.com/actions/setup-java/pull/1039/files#diff-d8d71f7fc8605cca687a82006443eeb0d92c5d3d2f63016006d5b8e174a7fe2d
https://github.com/actions/setup-java/pull/1039/files#diff-d8d71f7fc8605cca687a82006443eeb0d92c5d3d2f63016006d5b8e174a7fe2d
https://github.com/actions/setup-java/pull/1039/files#diff-d8d71f7fc8605cca687a82006443eeb0d92c5d3d2f63016006d5b8e174a7fe2d
https://github.com/actions/setup-java/pull/1039/files#diff-d8d71f7fc8605cca687a82006443eeb0d92c5d3d2f63016006d5b8e174a7fe2d
Please reload this pagehttps://github.com/actions/setup-java/pull/1039/files
Please reload this pagehttps://github.com/actions/setup-java/pull/1039/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.