actions
actions copied to clipboard
A collection of GitHub Actions to accelerate your Gradle Builds on GitHub
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. [](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...
Bumps com.gradle.develocity from 3.17.3 to 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...
Bumps com.gradle.develocity from 3.17.3 to 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...
Bumps com.gradle.develocity from 3.17.3 to 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...
Bumps com.gradle.develocity from 3.17.3 to 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...
class cast from DependencyExtractorBuildService to DependencyExtractor failed on self-hosted runner
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...
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...
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...