actions icon indicating copy to clipboard operation
actions copied to clipboard

A collection of GitHub Actions to accelerate your Gradle Builds on GitHub

Results 92 actions issues
Sort by recently updated
recently updated
newest added

Hi, I would like to use the `setup-gradle` action to store and restore the Gradle caches. But the action fails every time due to errors like this: ` Warning: Failed...

per https://docs.github.com/en/rest/actions/artifacts?apiVersion=2022-11-28#list-workflow-run-artifacts, `actions: read` is required. Without it the action fails after logging `Fetching artifact list for workflow ` due to `Error: HttpError: Resource not accessible by integration`

Bumps com.gradle.develocity from 3.17.3 to 3.17.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gradle.develocity&package-manager=gradle&previous-version=3.17.3&new-version=3.17.4)](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...

dependencies
java

Bumps com.gradle.develocity from 3.17.3 to 3.17.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gradle.develocity&package-manager=gradle&previous-version=3.17.3&new-version=3.17.4)](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...

dependencies
java

Bumps com.gradle.develocity from 3.17.3 to 3.17.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gradle.develocity&package-manager=gradle&previous-version=3.17.3&new-version=3.17.4)](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...

dependencies
java

Bumps com.gradle.develocity from 3.17.3 to 3.17.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gradle.develocity&package-manager=gradle&previous-version=3.17.3&new-version=3.17.4)](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...

dependencies
java

Bumps com.gradle.develocity from 3.17.3 to 3.17.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gradle.develocity&package-manager=gradle&previous-version=3.17.3&new-version=3.17.4)](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...

dependencies
java

Hi, I tried setting up the dependency-submission action on my public repo, but it failed due to a cast error like in #146 and [#132 of the gradle plugin](https://github.com/gradle/github-dependency-graph-gradle-plugin/issues/132). Since...

bug
in:dependency-submission

When a workflow Job includes both a `setup-gradle` and `dependency-submission` step, all of the Gradle executions _after_ the dependency-submission step will unexpectedly generate (but not submit) dependency graph files. This...

bug
in:dependency-submission

Currently, there are some key configuration inputs to the GitHub Dependency Graph plugin that can only be provided via environment variables. The full list is [here](https://github.com/gradle/github-dependency-graph-gradle-plugin?tab=readme-ov-file#required-environment-variables), [here](https://github.com/gradle/github-dependency-graph-gradle-plugin?tab=readme-ov-file#filtering-which-gradle-configurations-contribute-to-the-dependency-graph) and [here](https://github.com/gradle/github-dependency-graph-gradle-plugin?tab=readme-ov-file#controlling-the-scope-of-dependencies-in-the-dependency-graph). We...

enhancement
good first issue
in:dependency-submission