Skip to content

Commit

Permalink
fix: version comments for GHA references (#2205)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Lewis <[email protected]>
  • Loading branch information
ianlewis committed Jun 5, 2023
1 parent 0f7720d commit 87a3074
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions internal/builders/gradle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ inputs:
# BYOB-provided inputs
slsa-workflow-inputs:
# Inputs in JSON format.
description: 'All the onputs'
description: "All the onputs"
type: string
required: true
slsa-layout-file:
description: 'Location to store the layout content'
description: "Location to store the layout content"
type: string
required: true
slsa-workflow-secret1: {}
Expand All @@ -43,11 +43,11 @@ inputs:
on:
workflow_call:
runs:
using: 'composite'
using: "composite"
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v 3.5.2
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: Set up JDK
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v 3.11.0
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
with:
distribution: temurin
java-version: ${{ fromJson(inputs.slsa-workflow-inputs).jdk-version }}
Expand Down

0 comments on commit 87a3074

Please sign in to comment.