René's URL Explorer Experiment


Title: Bump the minor-patch group across 6 directories with 3 updates by dependabot[bot] · Pull Request #12 · cap-java/.github · GitHub

Open Graph Title: Bump the minor-patch group across 6 directories with 3 updates by dependabot[bot] · Pull Request #12 · cap-java/.github

X Title: Bump the minor-patch group across 6 directories with 3 updates by dependabot[bot] · Pull Request #12 · cap-java/.github

Description: Bumps the minor-patch group with 1 update in the /.github/workflows directory: actions/stale. Bumps the minor-patch group with 1 update in the /actions/build directory: actions/setup-java. Bumps the minor-patch group with 1 update in the /actions/deploy-release directory: actions/setup-java. Bumps the minor-patch group with 2 updates in the /actions/scan-with-blackduck directory: actions/setup-java and blackduck-inc/black-duck-security-scan. Bumps the minor-patch group with 1 update in the /actions/scan-with-codeql directory: actions/setup-java. Bumps the minor-patch group with 1 update in the /actions/scan-with-sonar directory: actions/setup-java. Updates actions/stale from 10.2.0 to 10.3.0 Release notes Sourced from actions/stale's releases. v10.3.0 What's Changed Bug Fix Enhancement: ignore stale labeling events by @​shamoon in actions/stale#1311 Dependency Updates Upgrade dependencies (@​actions/core, @​octokit/plugin-retry, @​typescript-eslint) by @​Copilot in actions/stale#1335 New Contributors @​shamoon made their first contribution in actions/stale#1311 Full Changelog: actions/stale@v10...v10.3.0 Commits eb5cf3a chore: upgrade dependencies and bump version to 10.3.0 (#1335) db5d06a Enhancement: ignore stale labeling events (#1311) See full diff in compare view Updates actions/setup-java from 5.2.0 to 5.4.0 Release notes Sourced from actions/setup-java's releases. v5.4.0 What's Changed Bump @​typescript-eslint/parser from 8.48.0 to 8.61.1 by @​dependabot[bot] in actions/setup-java#1021 Fix codeql workflow permissions by @​jsoref in actions/setup-java#993 fix CodeQL permissions by @​gdams in actions/setup-java#1025 fix: reject non-semver candidate versions in isVersionSatisfies by @​sproctor in actions/setup-java#1009 Bump @​actions/cache to 5.1.0, handle cache write denied by @​jasongin in actions/setup-java#1026 Add Maven Wrapper cache feature by @​mahabaleshwars in actions/setup-java#1027 Spelling by @​jsoref in actions/setup-java#713 add link to advanced configuration for JetBrains by @​robstoll in actions/setup-java#850 docs(action): fix missing required or default fields by @​kranthipoturaju in actions/setup-java#1007 feat: add microsoft openjdk 17.0.18 by @​al-kau in actions/setup-java#1002 Update README.md - use "alert syntax for Markdown" for notes by @​mhoffrog in actions/setup-java#924 Bump undici from 6.24.1 to 6.27.0 by @​dependabot[bot] in actions/setup-java#1033 Update contributor guide with emoji for clarity by @​brunoborges in actions/setup-java#1028 add javac problem matcher by @​Trass3r in actions/setup-java#562 Clarify README version syntax and migration guidance by @​brunoborges with @​Copilot in actions/setup-java#1038 Update undici artifacts to 6.27.0 (license cache + dist) by @​brunoborges in actions/setup-java#1040 docs: enhance custom jdk file installation by @​stephanabel in actions/setup-java#996 Templates for new Java distributions by @​panticmilos in actions/setup-java#429 Bump actions/checkout from 6 to 7 by @​dependabot[bot] in actions/setup-java#1032 Bump @​types/node from 25.9.3 to 26.0.0 by @​dependabot[bot] in actions/setup-java#1031 docs: replace non-existent HelloWorldApp references with java --version by @​brunoborges with @​Copilot in actions/setup-java#1043 docs: add JavaFX Maven project configuration instructions by @​brunoborges with @​Copilot in actions/setup-java#1044 docs: self-signed certificate / internal CA handling for GitHub Enterprise by @​brunoborges in actions/setup-java#1050 docs: document importing an internal CA into the installed JDK (cacerts) by @​brunoborges in actions/setup-java#1051 chore: Harden workflows: least-privilege permissions + zizmor integration by @​brunoborges in actions/setup-java#1039 dist: Add GraalVM Community distribution support by @​brunoborges with @​Copilot in actions/setup-java#1042 docs: note jdkfile approach for Early Access / unreleased JDK builds by @​brunoborges in actions/setup-java#1058 dist: Apply Copilot review suggestions from PR #1042 (GraalVM Community) by @​brunoborges in actions/setup-java#1059 New Contributors @​jsoref made their first contribution in actions/setup-java#993 @​sproctor made their first contribution in actions/setup-java#1009 @​jasongin made their first contribution in actions/setup-java#1026 @​robstoll made their first contribution in actions/setup-java#850 @​kranthipoturaju made their first contribution in actions/setup-java#1007 @​al-kau made their first contribution in actions/setup-java#1002 @​mhoffrog made their first contribution in actions/setup-java#924 @​brunoborges made their first contribution in actions/setup-java#1028 @​Trass3r made their first contribution in actions/setup-java#562 @​stephanabel made their first contribution in actions/setup-java#996 Full Changelog: actions/setup-java@v5...v5.4.0 v5.3.0 What's Changed chore: update Java version to 25 in setup examples by @​alaahong in actions/setup-java#969 Bump minimatch from 3.1.2 to 3.1.5 by @​dependabot[bot] in actions/setup-java#984 Refactor error handling and improve test logging for installers by @​chiranjib-swain in actions/setup-java#989 ... (truncated) Commits 1bcf9fb dist: Address Copilot review suggestions from PR #1042 (GraalVM Community) (#... fa2c650 docs: note jdkfile approach for Early Access / unreleased JDK builds (#1058) 1d56e31 dist: Add GraalVM Community distribution support (#1042) 1d25252 chore: Harden workflows: least-privilege permissions + zizmor integration (#1... 668c1ea docs: add post-install keytool import for the JDK cacerts trust store (#1051) a9a46fb docs: document self-signed certificate / internal CA handling for GitHub Ente... 5431e71 docs: add JavaFX Maven project configuration instructions (#1044) 4baa9b4 docs: replace non-existent HelloWorldApp references with java --version (#1043) eab4b08 Bump @​types/node from 25.9.3 to 26.0.0 (#1031) bf0c0e6 Bump actions/checkout from 6 to 7 (#1032) Additional commits viewable in compare view Updates actions/setup-java from 5.2.0 to 5.4.0 Release notes Sourced from actions/setup-java's releases. v5.4.0 What's Changed Bump @​typescript-eslint/parser from 8.48.0 to 8.61.1 by @​dependabot[bot] in actions/setup-java#1021 Fix codeql workflow permissions by @​jsoref in actions/setup-java#993 fix CodeQL permissions by @​gdams in actions/setup-java#1025 fix: reject non-semver candidate versions in isVersionSatisfies by @​sproctor in actions/setup-java#1009 Bump @​actions/cache to 5.1.0, handle cache write denied by @​jasongin in actions/setup-java#1026 Add Maven Wrapper cache feature by @​mahabaleshwars in actions/setup-java#1027 Spelling by @​jsoref in actions/setup-java#713 add link to advanced configuration for JetBrains by @​robstoll in actions/setup-java#850 docs(action): fix missing required or default fields by @​kranthipoturaju in actions/setup-java#1007 feat: add microsoft openjdk 17.0.18 by @​al-kau in actions/setup-java#1002 Update README.md - use "alert syntax for Markdown" for notes by @​mhoffrog in actions/setup-java#924 Bump undici from 6.24.1 to 6.27.0 by @​dependabot[bot] in actions/setup-java#1033 Update contributor guide with emoji for clarity by @​brunoborges in actions/setup-java#1028 add javac problem matcher by @​Trass3r in actions/setup-java#562 Clarify README version syntax and migration guidance by @​brunoborges with @​Copilot in actions/setup-java#1038 Update undici artifacts to 6.27.0 (license cache + dist) by @​brunoborges in actions/setup-java#1040 docs: enhance custom jdk file installation by @​stephanabel in actions/setup-java#996 Templates for new Java distributions by @​panticmilos in actions/setup-java#429 Bump actions/checkout from 6 to 7 by @​dependabot[bot] in actions/setup-java#1032 Bump @​types/node from 25.9.3 to 26.0.0 by @​dependabot[bot] in actions/setup-java#1031 docs: replace non-existent HelloWorldApp references with java --version by @​brunoborges with @​Copilot in actions/setup-java#1043 docs: add JavaFX Maven project configuration instructions by @​brunoborges with @​Copilot in actions/setup-java#1044 docs: self-signed certificate / internal CA handling for GitHub Enterprise by @​brunoborges in actions/setup-java#1050 docs: document importing an internal CA into the installed JDK (cacerts) by @​brunoborges in actions/setup-java#1051 chore: Harden workflows: least-privilege permissions + zizmor integration by @​brunoborges in actions/setup-java#1039 dist: Add GraalVM Community distribution support by @​brunoborges with @​Copilot in actions/setup-java#1042 docs: note jdkfile approach for Early Access / unreleased JDK builds by @​brunoborges in actions/setup-java#1058 dist: Apply Copilot review suggestions from PR #1042 (GraalVM Community) by @​brunoborges in actions/setup-java#1059 New Contributors @​jsoref made their first contribution in actions/setup-java#993 @​sproctor made their first contribution in actions/setup-java#1009 @​jasongin made their first contribution in actions/setup-java#1026 @​robstoll made their first contribution in actions/setup-java#850 @​kranthipoturaju made their first contribution in actions/setup-java#1007 @​al-kau made their first contribution in actions/setup-java#1002 @​mhoffrog made their first contribution in actions/setup-java#924 @​brunoborges made their first contribution in actions/setup-java#1028 @​Trass3r made their first contribution in actions/setup-java#562 @​stephanabel made their first contribution in actions/setup-java#996 Full Changelog: actions/setup-java@v5...v5.4.0 v5.3.0 What's Changed chore: update Java version to 25 in setup examples by @​alaahong in actions/setup-java#969 Bump minimatch from 3.1.2 to 3.1.5 by @​dependabot[bot] in actions/setup-java#984 Refactor error handling and improve test logging for installers by @​chiranjib-swain in actions/setup-java#989 ... (truncated) Commits 1bcf9fb dist: Address Copilot review suggestions from PR #1042 (GraalVM Community) (#... fa2c650 docs: note jdkfile approach for Early Access / unreleased JDK builds (#1058) 1d56e31 dist: Add GraalVM Community distribution support (#1042) 1d25252 chore: Harden workflows: least-privilege permissions + zizmor integration (#1... 668c1ea docs: add post-install keytool import for the JDK cacerts trust store (#1051) a9a46fb docs: document self-signed certificate / internal CA handling for GitHub Ente... 5431e71 docs: add JavaFX Maven project configuration instructions (#1044) 4baa9b4 docs: replace non-existent HelloWorldApp references with java --version (#1043) eab4b08 Bump @​types/node from 25.9.3 to 26.0.0 (#1031) bf0c0e6 Bump actions/checkout from 6 to 7 (#1032) Additional commits viewable in compare view Updates actions/setup-java from 5.2.0 to 5.4.0 Release notes Sourced from actions/setup-java's releases. v5.4.0 What's Changed Bump @​typescript-eslint/parser from 8.48.0 to 8.61.1 by @​dependabot[bot] in actions/setup-java#1021 Fix codeql workflow permissions by @​jsoref in actions/setup-java#993 fix CodeQL permissions by @​gdams in actions/setup-java#1025 fix: reject non-semver candidate versions in isVersionSatisfies by @​sproctor in actions/setup-java#1009 Bump @​actions/cache to 5.1.0, handle cache write denied by @​jasongin in actions/setup-java#1026 Add Maven Wrapper cache feature by @​mahabaleshwars in actions/setup-java#1027 Spelling by @​jsoref in actions/setup-java#713 add link to advanced configuration for JetBrains by @​robstoll in actions/setup-java#850 docs(action): fix missing required or default fields by @​kranthipoturaju in actions/setup-java#1007 feat: add microsoft openjdk 17.0.18 by @​al-kau in actions/setup-java#1002 Update README.md - use "alert syntax for Markdown" for notes by @​mhoffrog in actions/setup-java#924 Bump undici from 6.24.1 to 6.27.0 by @​dependabot[bot] in actions/setup-java#1033 Update contributor guide with emoji for clarity by @​brunoborges in actions/setup-java#1028 add javac problem matcher by @​Trass3r in actions/setup-java#562 Clarify README version syntax and migration guidance by @​brunoborges with @​Copilot in actions/setup-java#1038 Update undici artifacts to 6.27.0 (license cache + dist) by @​brunoborges in actions/setup-java#1040 docs: enhance custom jdk file installation by @​stephanabel in actions/setup-java#996 Templates for new Java distributions by @​panticmilos in actions/setup-java#429 Bump actions/checkout from 6 to 7 by @​dependabot[bot] in actions/setup-java#1032 Bump @​types/node from 25.9.3 to 26.0.0 by @​dependabot[bot] in actions/setup-java#1031 docs: replace non-existent HelloWorldApp references with java --version by @​brunoborges with @​Copilot in actions/setup-java#1043 docs: add JavaFX Maven project configuration instructions by @​brunoborges with @​Copilot in actions/setup-java#1044 docs: self-signed certificate / internal CA handling for GitHub Enterprise by @​brunoborges in actions/setup-java#1050 docs: document importing an internal CA into the installed JDK (cacerts) by @​brunoborges in actions/setup-java#1051 chore: Harden workflows: least-privilege permissions + zizmor integration by @​brunoborges in actions/setup-java#1039 dist: Add GraalVM Community distribution support by @​brunoborges with @​Copilot in actions/setup-java#1042 docs: note jdkfile approach for Early Access / unreleased JDK builds by @​brunoborges in actions/setup-java#1058 dist: Apply Copilot review suggestions from PR #1042 (GraalVM Community) by @​brunoborges in actions/setup-java#1059 New Contributors @​jsoref made their first contribution in actions/setup-java#993 @​sproctor made their first contribution in actions/setup-java#1009 @​jasongin made their first contribution in actions/setup-java#1026 @​robstoll made their first contribution in actions/setup-java#850 @​kranthipoturaju made their first contribution in actions/setup-java#1007 @​al-kau made their first contribution in actions/setup-java#1002 @​mhoffrog made their first contribution in actions/setup-java#924 @​brunoborges made their first contribution in actions/setup-java#1028 @​Trass3r made their first contribution in actions/setup-java#562 @​stephanabel made their first contribution in actions/setup-java#996 Full Changelog: actions/setup-java@v5...v5.4.0 v5.3.0 What's Changed chore: update Java version to 25 in setup examples by @​alaahong in actions/setup-java#969 Bump minimatch from 3.1.2 to 3.1.5 by @​dependabot[bot] in actions/setup-java#984 Refactor error handling and improve test logging for installers by @​chiranjib-swain in actions/setup-java#989 ... (truncated) Commits 1bcf9fb dist: Address Copilot review suggestions from PR #1042 (GraalVM Community) (#... fa2c650 docs: note jdkfile approach for Early Access / unreleased JDK builds (#1058) 1d56e31 dist: Add GraalVM Community distribution support (#1042) 1d25252 chore: Harden workflows: least-privilege permissions + zizmor integration (#1... 668c1ea docs: add post-install keytool import for the JDK cacerts trust store (#1051) a9a46fb docs: document self-signed certificate / internal CA handling for GitHub Ente... 5431e71 docs: add JavaFX Maven project configuration instructions (#1044) 4baa9b4 docs: replace non-existent HelloWorldApp references with java --version (#1043) eab4b08 Bump @​types/node from 25.9.3 to 26.0.0 (#1031) bf0c0e6 Bump actions/checkout from 6 to 7 (#1032) Additional commits viewable in compare view Updates actions/setup-java from 5.2.0 to 5.4.0 Release notes Sourced from actions/setup-java's releases. v5.4.0 What's Changed Bump @​typescript-eslint/parser from 8.48.0 to 8.61.1 by @​dependabot[bot] in actions/setup-java#1021 Fix codeql workflow permissions by @​jsoref in actions/setup-java#993 fix CodeQL permissions by @​gdams in actions/setup-java#1025 fix: reject non-semver candidate versions in isVersionSatisfies by @​sproctor in actions/setup-java#1009 Bump @​actions/cache to 5.1.0, handle cache write denied by @​jasongin in actions/setup-java#1026 Add Maven Wrapper cache feature by @​mahabaleshwars in actions/setup-java#1027 Spelling by @​jsoref in actions/setup-java#713 add link to advanced configuration for JetBrains by @​robstoll in actions/setup-java#850 docs(action): fix missing required or default fields by @​kranthipoturaju in actions/setup-java#1007 feat: add microsoft openjdk 17.0.18 by @​al-kau in actions/setup-java#1002 Update README.md - use "alert syntax for Markdown" for notes by @​mhoffrog in actions/setup-java#924 Bump undici from 6.24.1 to 6.27.0 by @​dependabot[bot] in actions/setup-java#1033 Update contributor guide with emoji for clarity by @​brunoborges in actions/setup-java#1028 add javac problem matcher by @​Trass3r in actions/setup-java#562 Clarify README version syntax and migration guidance by @​brunoborges with @​Copilot in actions/setup-java#1038 Update undici artifacts to 6.27.0 (license cache + dist) by @​brunoborges in actions/setup-java#1040 docs: enhance custom jdk file installation by @​stephanabel in actions/setup-java#996 Templates for new Java distributions by @​panticmilos in actions/setup-java#429 Bump actions/checkout from 6 to 7 by @​dependabot[bot] in actions/setup-java#1032 Bump @​types/node from 25.9.3 to 26.0.0 by @​dependabot[bot] in actions/setup-java#1031 docs: replace non-existent HelloWorldApp references with java --version by @​brunoborges with @​Copilot in actions/setup-java#1043 docs: add JavaFX Maven project configuration instructions by @​brunoborges with @​Copilot in actions/setup-java#1044 docs: self-signed certificate / internal CA handling for GitHub Enterprise by @​brunoborges in actions/setup-java#1050 docs: document importing an internal CA into the installed JDK (cacerts) by @​brunoborges in actions/setup-java#1051 chore: Harden workflows: least-privilege permissions + zizmor integration by @​brunoborges in actions/setup-java#1039 dist: Add GraalVM Community distribution support by @​brunoborges with @​Copilot in actions/setup-java#1042 docs: note jdkfile approach for Early Access / unreleased JDK builds by @​brunoborges in actions/setup-java#1058 dist: Apply Copilot review suggestions from PR #1042 (GraalVM Community) by @​brunoborges in actions/setup-java#1059 New Contributors @​jsoref made their first contribution in actions/setup-java#993 @​sproctor made their first contribution in actions/setup-java#1009 @​jasongin made their first contribution in actions/setup-java#1026 @​robstoll made their first contribution in actions/setup-java#850 @​kranthipoturaju made their first contribution in actions/setup-java#1007 @​al-kau made their first contribution in actions/setup-java#1002 @​mhoffrog made their first contribution in actions/setup-java#924 @​brunoborges made their first contribution in actions/setup-java#1028 @​Trass3r made their first contribution in actions/setup-java#562 @​stephanabel made their first contribution in actions/setup-java#996 Full Changelog: actions/setup-java@v5...v5.4.0 v5.3.0 What's Changed chore: update Java version to 25 in setup examples by @​alaahong in actions/setup-java#969 Bump minimatch from 3.1.2 to 3.1.5 by @​dependabot[bot] in actions/setup-java#984 Refactor error handling and improve test logging for installers by @​chiranjib-swain in actions/setup-java#989 ... (truncated) Commits 1bcf9fb dist: Address Copilot review suggestions from PR #1042 (GraalVM Community) (#... fa2c650 docs: note jdkfile approach for Early Access / unreleased JDK builds (#1058) 1d56e31 dist: Add GraalVM Community distribution support (#1042) 1d25252 chore: Harden workflows: least-privilege permissions + zizmor integration (#1... 668c1ea docs: add post-install keytool import for the JDK cacerts trust store (#1051) a9a46fb docs: document self-signed certificate / internal CA handling for GitHub Ente... 5431e71 docs: add JavaFX Maven project configuration instructions (#1044) 4baa9b4 docs: replace non-existent HelloWorldApp references with java --version (#1043) eab4b08 Bump @​types/node from 25.9.3 to 26.0.0 (#1031) bf0c0e6 Bump actions/checkout from 6 to 7 (#1032) Additional commits viewable in compare view Updates actions/setup-java from 5.2.0 to 5.4.0 Release notes Sourced from actions/setup-java's releases. v5.4.0 What's Changed Bump @​typescript-eslint/parser from 8.48.0 to 8.61.1 by @​dependabot[bot] in actions/setup-java#1021 Fix codeql workflow permissions by @​jsoref in actions/setup-java#993 fix CodeQL permissions by @​gdams in actions/setup-java#1025 fix: reject non-semver candidate versions in isVersionSatisfies by @​sproctor in actions/setup-java#1009 Bump @​actions/cache to 5.1.0, handle cache write denied by @​jasongin in actions/setup-java#1026 Add Maven Wrapper cache feature by @​mahabaleshwars in actions/setup-java#1027 Spelling by @​jsoref in actions/setup-java#713 add link to advanced configuration for JetBrains by @​robstoll in actions/setup-java#850 docs(action): fix missing required or default fields by @​kranthipoturaju in actions/setup-java#1007 feat: add microsoft openjdk 17.0.18 by @​al-kau in actions/setup-java#1002 Update README.md - use "alert syntax for Markdown" for notes by @​mhoffrog in actions/setup-java#924 Bump undici from 6.24.1 to 6.27.0 by @​dependabot[bot] in actions/setup-java#1033 Update contributor guide with emoji for clarity by @​brunoborges in actions/setup-java#1028 add javac problem matcher by @​Trass3r in actions/setup-java#562 Clarify README version syntax and migration guidance by @​brunoborges with @​Copilot in actions/setup-java#1038 Update undici artifacts to 6.27.0 (license cache + dist) by @​brunoborges in actions/setup-java#1040 docs: enhance custom jdk file installation by @​stephanabel in actions/setup-java#996 Templates for new Java distributions by @​panticmilos in actions/setup-java#429 Bump actions/checkout from 6 to 7 by @​dependabot[bot] in actions/setup-java#1032 Bump @​types/node from 25.9.3 to 26.0.0 by @​dependabot[bot] in actions/setup-java#1031 docs: replace non-existent HelloWorldApp references with java --version by @​brunoborges with @​Copilot in actions/setup-java#1043 docs: add JavaFX Maven project configuration instructions by @​brunoborges with @​Copilot in actions/setup-java#1044 docs: self-signed certificate / internal CA handling for GitHub Enterprise by @​brunoborges in actions/setup-java#1050 docs: document importing an internal CA into the installed JDK (cacerts) by @​brunoborges in actions/setup-java#1051 chore: Harden workflows: least-privilege permissions + zizmor integration by @​brunoborges in actions/setup-java#1039 dist: Add GraalVM Community distribution support by @​brunoborges with @​Copilot in actions/setup-java#1042 docs: note jdkfile approach for Early Access / unreleased JDK builds by @​brunoborges in actions/setup-java#1058 dist: Apply Copilot review suggestions from PR #1042 (GraalVM Community) by @​brunoborges in actions/setup-java#1059 New Contributors @​jsoref made their first contribution in actions/setup-java#993 @​sproctor made their first contribution in actions/setup-java#1009 @​jasongin made their first contribution in actions/setup-java#1026 @​robstoll made their first contribution in actions/setup-java#850 @​kranthipoturaju made their first contribution in actions/setup-java#1007 @​al-kau made their first contribution in actions/setup-java#1002 @​mhoffrog made their first contribution in actions/setup-java#924 @​brunoborges made their first contribution in actions/setup-java#1028 @​Trass3r made their first contribution in actions/setup-java#562 @​stephanabel made their first contribution in actions/setup-java#996 Full Changelog: actions/setup-java@v5...v5.4.0 v5.3.0 What's Changed chore: update Java version to 25 in setup examples by @​alaahong in actions/setup-java#969 Bump minimatch from 3.1.2 to 3.1.5 by @​dependabot[bot] in actions/setup-java#984 Refactor error handling and improve test logging for installers by @​chiranjib-swain in actions/setup-java#989 ... (truncated) Commits Description has been truncated

Open Graph Description: Bumps the minor-patch group with 1 update in the /.github/workflows directory: actions/stale. Bumps the minor-patch group with 1 update in the /actions/build directory: actions/setup-java. Bumps th...

X Description: Bumps the minor-patch group with 1 update in the /.github/workflows directory: actions/stale. Bumps the minor-patch group with 1 update in the /actions/build directory: actions/setup-java. Bumps th...

Opengraph URL: https://github.com/cap-java/.github/pull/12

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:a72e5b46-862a-e5f8-4a2c-9d3c61a98e5a
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idCB68:18B692:8B0FF3:BAC670:6A528F23
html-safe-nonce18fb36f52c6fee7cb2a47d3c94297cb3c8c8d6d18e525a3f3abd78b5f33a18b8
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQjY4OjE4QjY5Mjo4QjBGRjM6QkFDNjcwOjZBNTI4RjIzIiwidmlzaXRvcl9pZCI6IjMwNDIxMTcwMzk2NjM3Nzk2MTkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac34e837b603d1eddb95b5e862acd1a31426c4923ef84ce2a6af28744e0b5f08ed
hovercard-subject-tagpull_request:3974794909
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,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/cap-java/.github/pull/12/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 the minor-patch group with 1 update in the /.github/workflows directory: actions/stale. Bumps the minor-patch group with 1 update in the /actions/build directory: actions/setup-java. Bumps th...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/cap-java/.github git https://github.com/cap-java/.github.git
octolytics-dimension-user_id117302083
octolytics-dimension-user_logincap-java
octolytics-dimension-repository_id770385555
octolytics-dimension-repository_nwocap-java/.github
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id770385555
octolytics-dimension-repository_network_root_nwocap-java/.github
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
release07a982c1d40157c619b364352b704c3ce66bb332
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/cap-java/.github/pull/12/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcap-java%2F.github%2Fpull%2F12%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%2Fcap-java%2F.github%2Fpull%2F12%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=cap-java%2F.github
Reloadhttps://github.com/cap-java/.github/pull/12/files
Reloadhttps://github.com/cap-java/.github/pull/12/files
Reloadhttps://github.com/cap-java/.github/pull/12/files
Please reload this pagehttps://github.com/cap-java/.github/pull/12/files
cap-java https://github.com/cap-java
.githubhttps://github.com/cap-java/.github
Notifications https://github.com/login?return_to=%2Fcap-java%2F.github
Fork 1 https://github.com/login?return_to=%2Fcap-java%2F.github
Star 0 https://github.com/login?return_to=%2Fcap-java%2F.github
Code https://github.com/cap-java/.github
Issues 0 https://github.com/cap-java/.github/issues
Pull requests 3 https://github.com/cap-java/.github/pulls
Actions https://github.com/cap-java/.github/actions
Projects https://github.com/cap-java/.github/projects
Security and quality 0 https://github.com/cap-java/.github/security
Insights https://github.com/cap-java/.github/pulse
Code https://github.com/cap-java/.github
Issues https://github.com/cap-java/.github/issues
Pull requests https://github.com/cap-java/.github/pulls
Actions https://github.com/cap-java/.github/actions
Projects https://github.com/cap-java/.github/projects
Security and quality https://github.com/cap-java/.github/security
Insights https://github.com/cap-java/.github/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fcap-java%2F.github%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fcap-java%2F.github%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
mainhttps://github.com/cap-java/.github/tree/main
dependabot/github_actions/dot-github/workflows/minor-patch-caccda6827https://github.com/cap-java/.github/tree/dependabot/github_actions/dot-github/workflows/minor-patch-caccda6827
Conversation 1 https://github.com/cap-java/.github/pull/12
Commits 1 https://github.com/cap-java/.github/pull/12/commits
Checks 0 https://github.com/cap-java/.github/pull/12/checks
Files changed https://github.com/cap-java/.github/pull/12/files
Please reload this pagehttps://github.com/cap-java/.github/pull/12/files
Bump the minor-patch group across 6 directories with 3 updates https://github.com/cap-java/.github/pull/12/files#top
Show all changes 1 commit https://github.com/cap-java/.github/pull/12/files
ea1abdc Bump the minor-patch group across 6 directories with 3 updates dependabot[bot] Jul 2, 2026 https://github.com/cap-java/.github/pull/12/commits/ea1abdc08902183c32e5675ab66b2d34c4ed3cc8
Clear filters https://github.com/cap-java/.github/pull/12/files
Please reload this pagehttps://github.com/cap-java/.github/pull/12/files
Please reload this pagehttps://github.com/cap-java/.github/pull/12/files
stale.yml https://github.com/cap-java/.github/pull/12/files#diff-b5e0854ed0838024d5cc25b4e030922e34648b9ea8c432807e35495fb805b894
action.yml https://github.com/cap-java/.github/pull/12/files#diff-1e75fe5e28c2404519f8c2fcee6dfe5feeca4507182bb0d2fb1a1a924c28f2ce
action.yml https://github.com/cap-java/.github/pull/12/files#diff-0f2883d7d801beca3ce5c9f58033a5145f144ebdc7689278cad24fac15807f87
action.yml https://github.com/cap-java/.github/pull/12/files#diff-bda46655da1d3275021fcb84dac3b607e5f4e5bfb2bcb1b87d4f496aabe4521b
action.yml https://github.com/cap-java/.github/pull/12/files#diff-ac697264ece4260aa89b2a2497af2d5bc5751b92e91a2f1704062d231fe310d8
action.yml https://github.com/cap-java/.github/pull/12/files#diff-f408201b52a0c82954c36acb820a4de8ddc1aac6ce4e904651bdd69375e696c4
.github/workflows/stale.ymlhttps://github.com/cap-java/.github/pull/12/files#diff-b5e0854ed0838024d5cc25b4e030922e34648b9ea8c432807e35495fb805b894
View file https://github.com/cap-java/.github/blob/ea1abdc08902183c32e5675ab66b2d34c4ed3cc8/.github/workflows/stale.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/cap-java/.github/pull/12/{{ revealButtonHref }}
https://github.com/cap-java/.github/pull/12/files#diff-b5e0854ed0838024d5cc25b4e030922e34648b9ea8c432807e35495fb805b894
https://github.com/cap-java/.github/pull/12/files#diff-b5e0854ed0838024d5cc25b4e030922e34648b9ea8c432807e35495fb805b894
actions/build/action.ymlhttps://github.com/cap-java/.github/pull/12/files#diff-1e75fe5e28c2404519f8c2fcee6dfe5feeca4507182bb0d2fb1a1a924c28f2ce
View file https://github.com/cap-java/.github/blob/ea1abdc08902183c32e5675ab66b2d34c4ed3cc8/actions/build/action.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/cap-java/.github/pull/12/{{ revealButtonHref }}
https://github.com/cap-java/.github/pull/12/files#diff-1e75fe5e28c2404519f8c2fcee6dfe5feeca4507182bb0d2fb1a1a924c28f2ce
https://github.com/cap-java/.github/pull/12/files#diff-1e75fe5e28c2404519f8c2fcee6dfe5feeca4507182bb0d2fb1a1a924c28f2ce
actions/deploy-release/action.ymlhttps://github.com/cap-java/.github/pull/12/files#diff-0f2883d7d801beca3ce5c9f58033a5145f144ebdc7689278cad24fac15807f87
View file https://github.com/cap-java/.github/blob/ea1abdc08902183c32e5675ab66b2d34c4ed3cc8/actions/deploy-release/action.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/cap-java/.github/pull/12/{{ revealButtonHref }}
https://github.com/cap-java/.github/pull/12/files#diff-0f2883d7d801beca3ce5c9f58033a5145f144ebdc7689278cad24fac15807f87
https://github.com/cap-java/.github/pull/12/files#diff-0f2883d7d801beca3ce5c9f58033a5145f144ebdc7689278cad24fac15807f87
actions/scan-with-blackduck/action.ymlhttps://github.com/cap-java/.github/pull/12/files#diff-bda46655da1d3275021fcb84dac3b607e5f4e5bfb2bcb1b87d4f496aabe4521b
View file https://github.com/cap-java/.github/blob/ea1abdc08902183c32e5675ab66b2d34c4ed3cc8/actions/scan-with-blackduck/action.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/cap-java/.github/pull/12/{{ revealButtonHref }}
https://github.com/cap-java/.github/pull/12/files#diff-bda46655da1d3275021fcb84dac3b607e5f4e5bfb2bcb1b87d4f496aabe4521b
https://github.com/cap-java/.github/pull/12/files#diff-bda46655da1d3275021fcb84dac3b607e5f4e5bfb2bcb1b87d4f496aabe4521b
https://github.com/cap-java/.github/pull/12/files#diff-bda46655da1d3275021fcb84dac3b607e5f4e5bfb2bcb1b87d4f496aabe4521b
actions/scan-with-codeql/action.ymlhttps://github.com/cap-java/.github/pull/12/files#diff-ac697264ece4260aa89b2a2497af2d5bc5751b92e91a2f1704062d231fe310d8
View file https://github.com/cap-java/.github/blob/ea1abdc08902183c32e5675ab66b2d34c4ed3cc8/actions/scan-with-codeql/action.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/cap-java/.github/pull/12/{{ revealButtonHref }}
https://github.com/cap-java/.github/pull/12/files#diff-ac697264ece4260aa89b2a2497af2d5bc5751b92e91a2f1704062d231fe310d8
https://github.com/cap-java/.github/pull/12/files#diff-ac697264ece4260aa89b2a2497af2d5bc5751b92e91a2f1704062d231fe310d8
actions/scan-with-sonar/action.ymlhttps://github.com/cap-java/.github/pull/12/files#diff-f408201b52a0c82954c36acb820a4de8ddc1aac6ce4e904651bdd69375e696c4
View file https://github.com/cap-java/.github/blob/ea1abdc08902183c32e5675ab66b2d34c4ed3cc8/actions/scan-with-sonar/action.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/cap-java/.github/pull/12/{{ revealButtonHref }}
https://github.com/cap-java/.github/pull/12/files#diff-f408201b52a0c82954c36acb820a4de8ddc1aac6ce4e904651bdd69375e696c4
https://github.com/cap-java/.github/pull/12/files#diff-f408201b52a0c82954c36acb820a4de8ddc1aac6ce4e904651bdd69375e696c4
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.