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: gradle/actions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.1
Choose a base ref
...
head repository: gradle/actions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.2
Choose a head ref
  • 3 commits
  • 9 files changed
  • 3 contributors

Commits on Jun 17, 2024

  1. Forward the setup short-lived token Promise

    This caused a race condition not allowing the short-lived token to be returned in time before the setup finished.
    alextu committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    bdc7162 View commit details
    Browse the repository at this point in the history
  2. Fix race condition with fetching short lived token (#260)

    This somehow worked before (and in our integ test) because the setup
    action gave enough time to let the request short-lived token return in
    time 🤷.
    cdsap authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    ae74429 View commit details
    Browse the repository at this point in the history
  3. [bot] Update dist directory

    cdsap authored and github-actions[bot] committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    dbbdc27 View commit details
    Browse the repository at this point in the history
Loading