René's URL Explorer Experiment


Title: Bump github/codeql-action from 3 to 4 by dependabot[bot] · Pull Request #1069 · actions/setup-java · GitHub

Open Graph Title: Bump github/codeql-action from 3 to 4 by dependabot[bot] · Pull Request #1069 · actions/setup-java

X Title: Bump github/codeql-action from 3 to 4 by dependabot[bot] · Pull Request #1069 · actions/setup-java

Description: Bumps github/codeql-action from 3 to 4. Release notes Sourced from github/codeql-action's releases. v3.36.2 Cache CodeQL CLI version information across Actions steps. #3943 Reduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. #3937 Update default CodeQL bundle version to 2.25.6. #3948 v3.36.1 No user facing changes. v3.36.0 Breaking change: Bump the minimum required CodeQL bundle version to 2.19.4. #3894 Add support for SHA-256 Git object IDs. #3893 Update default CodeQL bundle version to 2.25.5. #3926 v3.35.5 We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. #3899 For performance and accuracy reasons, improved incremental analysis will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. #3791 If multiple inputs are provided for the GitHub-internal analysis-kinds input, only code-scanning will be enabled. The analysis-kinds input is experimental, for GitHub-internal use only, and may change without notice at any time. #3892 Added an experimental change which, when running a Code Scanning analysis for a PR with improved incremental analysis enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. #3880 v3.35.4 Update default CodeQL bundle version to 2.25.4. #3881 v3.35.3 Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. #3837 Configurations for private registries that use Cloudsmith or GCP OIDC are now accepted. #3850 Best-effort connection tests for private registries now use GET requests instead of HEAD for better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. #3853 Fixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. #3852 Update default CodeQL bundle version to 2.25.3. #3865 v3.35.2 The undocumented TRAP cache cleanup feature that could be enabled using the CODEQL_ACTION_CLEANUP_TRAP_CACHES environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the trap-caching: false input to the init Action. #3795 The Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. #3789 Python analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. #3794 Fixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. #3807 Update default CodeQL bundle version to 2.25.2. #3823 v3.35.1 Fix incorrect minimum required Git version for improved incremental analysis: it should have been 2.36.0, not 2.11.0. #3781 v3.35.0 Reduced the minimum Git version required for improved incremental analysis from 2.38.0 to 2.11.0. #3767 Update default CodeQL bundle version to 2.25.1. #3773 v3.34.1 Downgrade default CodeQL bundle version to 2.24.3 due to issues with a small percentage of Actions and JavaScript analyses. #3762 v3.34.0 Added an experimental change which disables TRAP caching when improved incremental analysis is enabled, since improved incremental analysis supersedes TRAP caching. This will improve performance and reduce Actions cache usage. We expect to roll this change out to everyone in March. #3569 We are rolling out improved incremental analysis to C/C++ analyses that use build mode none. We expect this rollout to be complete by the end of April 2026. #3584 Update default CodeQL bundle version to 2.25.0. #3585 ... (truncated) Changelog Sourced from github/codeql-action's changelog. 4.36.2 - 04 Jun 2026 Cache CodeQL CLI version information across Actions steps. #3943 Reduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. #3937 Update default CodeQL bundle version to 2.25.6. #3948 4.36.1 - 02 Jun 2026 No user facing changes. 4.36.0 - 22 May 2026 Breaking change: Bump the minimum required CodeQL bundle version to 2.19.4. #3894 Add support for SHA-256 Git object IDs. #3893 Update default CodeQL bundle version to 2.25.5. #3926 4.35.5 - 15 May 2026 We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. #3899 For performance and accuracy reasons, improved incremental analysis will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. #3791 If multiple inputs are provided for the GitHub-internal analysis-kinds input, only code-scanning will be enabled. The analysis-kinds input is experimental, for GitHub-internal use only, and may change without notice at any time. #3892 Added an experimental change which, when running a Code Scanning analysis for a PR with improved incremental analysis enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. #3880 4.35.4 - 07 May 2026 Update default CodeQL bundle version to 2.25.4. #3881 4.35.3 - 01 May 2026 Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. #3837 Configurations for private registries that use Cloudsmith or GCP OIDC are now accepted. #3850 Best-effort connection tests for private registries now use GET requests instead of HEAD for better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. #3853 Fixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. #3852 Update default CodeQL bundle version to 2.25.3. #3865 4.35.2 - 15 Apr 2026 The undocumented TRAP cache cleanup feature that could be enabled using the CODEQL_ACTION_CLEANUP_TRAP_CACHES environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the trap-caching: false input to the init Action. #3795 The Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. #3789 Python analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. #3794 Fixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. #3807 Update default CodeQL bundle version to 2.25.2. #3823 4.35.1 - 27 Mar 2026 Fix incorrect minimum required Git version for improved incremental analysis: it should have been 2.36.0, not 2.11.0. #3781 4.35.0 - 27 Mar 2026 Reduced the minimum Git version required for improved incremental analysis from 2.38.0 to 2.11.0. #3767 ... (truncated) Commits 0ad7c1f Rebuild 25c25b5 Update changelog and version after v4.36.1 87557b9 Merge pull request #3940 from github/update-v4.36.1-2a1689ed4 9431011 Update changelog for v4.36.1 2a1689e Merge pull request #3939 from github/henrymercer/skip-overlay-revert-when-exp... d40e417 Only do initial wait when not running tests 5245323 Disable missing diff-ranges fallback when overlay enabled manually 948a63a Add FF to force JGit-based Git backend See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot show ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Open Graph Description: Bumps github/codeql-action from 3 to 4. Release notes Sourced from github/codeql-action's releases. v3.36.2 Cache CodeQL CLI version information across Actions steps. #3943 Reduce requests w...

X Description: Bumps github/codeql-action from 3 to 4. Release notes Sourced from github/codeql-action's releases. v3.36.2 Cache CodeQL CLI version information across Actions steps. #3943 Reduce reques...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:04c1d217-1c28-de0d-1727-d391bd3d5aa7
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idD26C:3F60C6:8CBD270:C6D16B9:6A50EF8E
html-safe-nonce5626676ab177be2e7f85a21888eda7bdff7bdb45c2bea95312b93d3785d9942a
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEMjZDOjNGNjBDNjo4Q0JEMjcwOkM2RDE2Qjk6NkE1MEVGOEUiLCJ2aXNpdG9yX2lkIjoiNDEzMjg1Mjg3NjcyNzg3MzQyMiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac52ca50bb7b75ecf137bdb93f07e7d588a5bb39a78d9c320c98302c3f98b3ebff
hovercard-subject-tagpull_request:3952858135
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/1069/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps github/codeql-action from 3 to 4. Release notes Sourced from github/codeql-action's releases. v3.36.2 Cache CodeQL CLI version information across Actions steps. #3943 Reduce requests w...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None5266e58c17a510c403505cc811606465e90a881d2007ee7df1c4800d5c659838
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
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release5ec60191a48933536a90c8a19f47142fcd0d4739
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/actions/setup-java/pull/1069/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Factions%2Fsetup-java%2Fpull%2F1069%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/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/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/enterprise/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%2F1069%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/1069/files
Reloadhttps://github.com/actions/setup-java/pull/1069/files
Reloadhttps://github.com/actions/setup-java/pull/1069/files
Please reload this pagehttps://github.com/actions/setup-java/pull/1069/files
actions https://github.com/actions
setup-javahttps://github.com/actions/setup-java
Notifications https://github.com/login?return_to=%2Factions%2Fsetup-java
Fork 863 https://github.com/login?return_to=%2Factions%2Fsetup-java
Star 2k https://github.com/login?return_to=%2Factions%2Fsetup-java
Code https://github.com/actions/setup-java
Issues 20 https://github.com/actions/setup-java/issues
Pull requests 5 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
mainhttps://github.com/actions/setup-java/tree/main
dependabot/github_actions/github/codeql-action-4https://github.com/actions/setup-java/tree/dependabot/github_actions/github/codeql-action-4
Conversation 0 https://github.com/actions/setup-java/pull/1069
Commits 1 https://github.com/actions/setup-java/pull/1069/commits
Checks 382 https://github.com/actions/setup-java/pull/1069/checks
Files changed 1 https://github.com/actions/setup-java/pull/1069/files
Bump github/codeql-action from 3 to 4 https://github.com/actions/setup-java/pull/1069/files#top
Show all changes 1 commit https://github.com/actions/setup-java/pull/1069/files
cd8dc96 Bump github/codeql-action from 3 to 4 dependabot[bot] Jun 29, 2026 https://github.com/actions/setup-java/pull/1069/commits/cd8dc96cab1235502349ff15e80f5fbb34b2176b
Clear filters https://github.com/actions/setup-java/pull/1069/files
Please reload this pagehttps://github.com/actions/setup-java/pull/1069/files
Please reload this pagehttps://github.com/actions/setup-java/pull/1069/files
https://github.com/actions/setup-java/blob/main/.github/CODEOWNERS#L1
.github/workflows/zizmor.ymlhttps://github.com/actions/setup-java/pull/1069/files#diff-8e6408444d2bf2bed6f02c5dc62a7f1f6ab7337eae098d332986e6a81411aeb7
View file https://github.com/actions/setup-java/blob/cd8dc96cab1235502349ff15e80f5fbb34b2176b/.github/workflows/zizmor.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/actions/setup-java/pull/1069/{{ revealButtonHref }}
https://github.com/actions/setup-java/pull/1069/files#diff-8e6408444d2bf2bed6f02c5dc62a7f1f6ab7337eae098d332986e6a81411aeb7
Please reload this pagehttps://github.com/actions/setup-java/pull/1069/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.