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: blue-build/github-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.10.2
Choose a base ref
...
head repository: blue-build/github-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.10.3
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Dec 17, 2025

  1. fix: use github runner token when calling the api, to prevent rate li… (

    #124)
    
    * fix: prevent rate limiting by using github token
    
    Sometimes the runner can get rate-limited during the step where it
    calls the API to determine the latest tag. This fixes that by passing
    the runner's github token as an authentication token.
    
    Using curl's built-in variable support, we can avoid passing the
    plaintext secret on the command line as an argument, thus avoiding the
    theoretical security issue of someone being able to view the command
    line args using `ps`.
    
    * oh shit i thought i pushed this, my bad
    b- authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    c2fc4f6 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump actions/checkout from 6.0.0 to 6.0.1 (#123)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@1af3b93...8e8c483)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 6.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    153f084 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 1.10.3 (#126)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    9ba737d View commit details
    Browse the repository at this point in the history
Loading