chore: Update graalvm/setup-graalvm digest to 60c2672 (#594) #58
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Generate dependency graph for tower-cli | |
| on: | |
| push: | |
| branches: ['master'] | |
| permissions: | |
| contents: write | |
| jobs: | |
| dependency-submission: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 | |
| - uses: graalvm/setup-graalvm@03e8abf916fd0e281b2efe7b2da3378bb0a1d085 # ratchet:graalvm/setup-graalvm@v1 | |
| with: | |
| java-version: '21' | |
| distribution: 'graalvm' | |
| components: 'native-image' | |
| native-image-musl: 'true' | |
| - name: Generate and submit dependency graph for tower-cli | |
| uses: gradle/actions/dependency-submission@ed408507eac070d1f99cc633dbcf757c94c7933a # ratchet:gradle/actions/dependency-submission@v4 | |
| with: | |
| dependency-resolution-task: ":dependencies" | |
| additional-arguments: "--configuration runtimeClasspath" | |
| dependency-graph: generate-and-submit |