gradle-build-action/.github/workflows
dependabot[bot] e1ada08a9a
Bump the github-actions group with 1 update (#1047)
Bumps the github-actions group with 1 update:
[gradle/gradle-build-action](https://github.com/gradle/gradle-build-action).

Updates `gradle/gradle-build-action` from 2.11.1 to 2.12.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/gradle/gradle-build-action/releases">gradle/gradle-build-action's
releases</a>.</em></p>
<blockquote>
<h2>v2.12.0</h2>
<p>Adds a new option to clear a previously submitted
dependency-graph.</p>
<pre lang="yaml"><code>steps:
- uses: gradle/gradle-build-action@v2
  with:
    dependency-graph: clear
</code></pre>
<p>This may prove useful when migrating to a workflow using the upcoming
<code>gradle/actions/dependency-submission</code> action.</p>
<p><strong>Full-changelog</strong>: <a
href="https://github.com/gradle/gradle-build-action/compare/v2.11.1...v2.12.0">https://github.com/gradle/gradle-build-action/compare/v2.11.1...v2.12.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a8f75513ea"><code>a8f7551</code></a>
Build outputs</li>
<li><a
href="9283312acb"><code>9283312</code></a>
Add new option to clear dependency-graph</li>
<li><a
href="7c8a278ea0"><code>7c8a278</code></a>
Remove old clear-dependency-graph action</li>
<li><a
href="d8ca9b7d2e"><code>d8ca9b7</code></a>
Do full checks on release branches</li>
<li>See full diff in <a
href="https://github.com/gradle/gradle-build-action/compare/v2.11.1...v2.12.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gradle/gradle-build-action&package-manager=github_actions&previous-version=2.11.1&new-version=2.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-25 10:21:22 -07:00
..
ci-codeql.yml Update CodeQL config to latest default 2024-01-04 13:03:33 -07:00
ci-dependency-review.yml Bump the github-actions group with 2 updates 2024-01-25 09:57:26 -07:00
ci-full-check.yml Do full checks on release branches 2024-01-23 15:26:51 -07:00
ci-init-script-check.yml Bump the github-actions group with 1 update (#1047) 2024-01-25 10:21:22 -07:00
ci-quick-check.yml Do full checks on release branches 2024-01-23 15:26:51 -07:00
ci-verify-outputs.yml Remove node warnings from workflows 2024-01-24 16:01:15 -07:00
demo-failure-cases.yml Bump the github-actions group with 2 updates 2023-09-21 16:35:57 +02:00
demo-job-summary.yml Allow job-summary only on failure 2024-01-01 17:50:40 -07:00
demo-pr-build-scan-comment.yml Set workflow permissions where required 2024-01-01 17:50:40 -07:00
integ-test-action-inputs.yml Bump the github-actions group with 2 updates 2023-09-21 16:35:57 +02:00
integ-test-cache-cleanup.yml Bump the github-actions group with 2 updates 2023-09-21 16:35:57 +02:00
integ-test-caching-config.yml Update integ test for config-cache caching 2023-12-22 12:52:09 -07:00
integ-test-dependency-graph-failures.yml Improve testing for dependency graph failures 2024-01-13 07:21:08 -07:00
integ-test-dependency-graph.yml Fix dependency-graph with configuration-cache 2024-01-11 21:25:29 -07:00
integ-test-detect-java-toolchains.yml Register pre-installed JDKs in .m2/toolchains.xml 2024-01-03 21:08:40 -07:00
integ-test-execution-with-caching.yml Bump the github-actions group with 2 updates 2023-09-21 16:35:57 +02:00
integ-test-execution.yml Remove 'gradle-executable' input param 2024-01-04 13:53:16 -07:00
integ-test-inject-develocity.yml Make it easy to publish to scans.gradle.com 2024-01-25 08:56:13 -07:00
integ-test-provision-gradle-versions.yml Bump the github-actions group with 2 updates 2023-12-11 19:23:45 -07:00
integ-test-restore-configuration-cache.yml Configure explicit java version for config-cache test 2024-01-25 09:21:52 -07:00
integ-test-restore-containerized-gradle-home.yml Bump the github-actions group with 2 updates 2023-12-11 19:23:45 -07:00
integ-test-restore-custom-gradle-home.yml Bump the github-actions group with 2 updates 2023-09-21 16:35:57 +02:00
integ-test-restore-gradle-home.yml Bump the github-actions group with 2 updates 2023-09-21 16:35:57 +02:00
integ-test-restore-java-toolchain.yml Bump the github-actions group with 2 updates 2023-09-21 16:35:57 +02:00
integ-test-sample-gradle-plugin.yml Bump the github-actions group with 2 updates 2023-09-21 16:35:57 +02:00
integ-test-sample-kotlin-dsl.yml Bump the github-actions group with 2 updates 2023-09-21 16:35:57 +02:00
purge-old-workflow-runs.yml Fix typo in workflow 2022-05-29 14:49:05 -06:00