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: go-openapi/ci-workflows
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.8
Choose a base ref
...
head repository: go-openapi/ci-workflows
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.9
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 9, 2026

  1. fix: add secret fallback in intermediate workflow forwarding

    When callers use `secrets: inherit`, the declared secret inputs
    (e.g., gpg-private-key) are empty — only org-level secrets
    (e.g., CI_BOT_GPG_PRIVATE_KEY) are available. Without fallbacks
    in the intermediate forwarding, nested workflows receive empty
    secrets and the leaf-level fallbacks never trigger.
    
    Adds `|| secrets.CI_BOT_*` fallback to both nested workflow calls
    in bump-release-monorepo.yml, matching the pattern already used in
    bump-release.yml and prepare-release-monorepo.yml.
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    fredbi and claude committed Feb 9, 2026
    Configuration menu
    Copy the full SHA
    d576d75 View commit details
    Browse the repository at this point in the history
  2. fix(fuzz): fixed race condition on cached corpus when running multipl…

    …e fuzz tests
    
    Signed-off-by: Frederic BIDON <[email protected]>
    fredbi committed Feb 9, 2026
    Configuration menu
    Copy the full SHA
    84f8f9c View commit details
    Browse the repository at this point in the history
Loading