• Bump the github-actions group with 1 update (#1047)
    Some checks failed
    CI-init-script-check / test-init-scripts (push) Waiting to run
    Demo Job Summary, for Gradle builds / many-gradle-builds (push) Has been cancelled
    Demo Job Summary, for Gradle builds / successful-builds-with-no-summary (push) Has been cancelled
    Demo Job Summary, for Gradle builds / pre-existing-gradle-home (push) Has been cancelled

    Ghost released this 2024-01-26 01:21:22 +08:00 | 31 commits to main since this release

    Bumps the github-actions group with 1 update:
    gradle/gradle-build-action.

    Updates gradle/gradle-build-action from 2.11.1 to 2.12.0

    Release notes

    Sourced from gradle/gradle-build-action's releases.

    v2.12.0

    Adds a new option to clear a previously submitted dependency-graph.

    steps:
    - uses: gradle/gradle-build-action@v2
      with:
        dependency-graph: clear
    

    This may prove useful when migrating to a workflow using the upcoming gradle/actions/dependency-submission action.

    Full-changelog: https://github.com/gradle/gradle-build-action/compare/v2.11.1...v2.12.0

    Commits

    Dependabot compatibility<br>
score

    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits
      that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after
      your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge
      and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating
      it. You can achieve the same result by closing it manually
    • @dependabot show <dependency name> ignore conditions will show all
      of the ignore conditions of the specified dependency
    • @dependabot ignore <dependency name> major version will close this
      group update PR and stop Dependabot creating any more for the specific
      dependency's major version (unless you unignore this specific
      dependency's major version or upgrade to it yourself)
    • @dependabot ignore <dependency name> minor version will close this
      group update PR and stop Dependabot creating any more for the specific
      dependency's minor version (unless you unignore this specific
      dependency's minor version or upgrade to it yourself)
    • @dependabot ignore <dependency name> will close this group update PR
      and stop Dependabot creating any more for the specific dependency
      (unless you unignore this specific dependency or upgrade to it yourself)
    • @dependabot unignore <dependency name> will remove all of the ignore
      conditions of the specified dependency
    • @dependabot unignore <dependency name> <ignore condition> will
      remove the ignore condition of the specified dependency and ignore
      conditions

    Signed-off-by: dependabot[bot] support@github.com
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    Downloads