Add initial composite actions with smoke tests

These actions simply delegate to `gradle/gradle-build-action`

- `setup-gradle`: As `gradle-build-action` without the execution capability.
- `dependency-submission`: Submits a dependency graph for the project.
This commit is contained in:
daz
2024-01-15 18:42:57 -07:00
parent eba89ca5bb
commit 4b660dc33e
5 changed files with 216 additions and 4 deletions

View File

@@ -4,10 +4,10 @@ description: A collection of actions for building Gradle projects, as well as ge
runs:
using: "composite"
steps:
- name: Setup Gradle
uses: gradle/gradle-build-action@main
with:
cache-read-only: true
- run: |
echo "::error::The path 'gradle/actions' is not a valid action. Please use 'gradle/actions/setup-gradle' or 'gradle/actions/dependency-submission'."
exit 1
shell: bash
branding:
icon: 'box'