From 36699e5cef92f5fbeffed96cb10df92568560462 Mon Sep 17 00:00:00 2001 From: Ajmal Kottilingal Date: Thu, 9 Feb 2023 17:49:04 +0000 Subject: [PATCH] cleanup --- action.yml | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/action.yml b/action.yml index 0c11b31..539b4bc 100644 --- a/action.yml +++ b/action.yml @@ -12,29 +12,14 @@ runs: using: 'composite' steps: - uses: actions/checkout@v3 - # - uses: actions/setup-java@v3 - # with: - # distribution: zulu - # java-version: 17 + - uses: actions/setup-java@v3 + with: + distribution: zulu + java-version: 17 - name: Set up cdxgen shell: bash run: npm install -g @cyclonedx/cdxgen@8 - # - name: Setup Gradle - # uses: gradle/gradle-build-action@v2 - - # - name: Execute Gradle build - # run: ./gradlew build - # shell: bash - - # - name: Generate sBOM - # id: generate-sbom - # uses: anchore/sbom-action@v0 - # with: - # path: ./ - # format: ${{ inputs.sbom-format }} - # output-file: ${{ github.repository }}-${{ github.sha }}.json - # artifact-name: ${{ github.repository }}-${{ github.sha }}.cyclonedx.json - name: generate sBOM id: generate-sbom