Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hCaptcha/hcaptcha-android-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.4.0
Choose a base ref
...
head repository: hCaptcha/hcaptcha-android-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.5.0
Choose a head ref
  • 6 commits
  • 69 files changed
  • 3 contributors

Commits on Nov 6, 2025

  1. README.md tweak

    e271828- authored Nov 6, 2025
    2 Configuration menu
    Copy the full SHA
    3d327b0 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

  1. chore: workflow cleanup (#225)

    * chore: workflow cleanup
      - In .github/workflows/ci.yml set the default token to read-only (contents,
        actions) and added job-level issues: write only for the comment-posting
        jobs, keeping everything else read-only.
      - Added persist-credentials: false to all checkout steps to avoid leaving the
        token in Git config for any subsequent untrusted shell commands.
      - Made Gradle caching read-only for pull_request runs to prevent cache
        poisoning; note that with actions: read tokens, caches will no longer be
        saved (only restored) unless you opt back into broader permissions.
      - Scoped PR-only behavior more tightly: size-report now runs only on
        pull_request events, and benchmark/diff comment steps only run for PRs.
    
    * fix: add pull-request write permissin to make create-or-update-comment work
    
    ---------
    
    Co-authored-by: Aliaksandr Babrykovich <[email protected]>
    e271828- and alexbabrykovich authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    12e478e View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2026

  1. Configuration menu
    Copy the full SHA
    19394e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2026

  1. Configuration menu
    Copy the full SHA
    e9aeb30 View commit details
    Browse the repository at this point in the history
  2. ci: actions version bump

    DSergiu authored Jan 22, 2026
    2 Configuration menu
    Copy the full SHA
    3a47311 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2026

  1. Configuration menu
    Copy the full SHA
    a18741b View commit details
    Browse the repository at this point in the history
Loading