Skip to content

Commit 87a3074

Browse files
authored
fix: version comments for GHA references (#2205)
Signed-off-by: Ian Lewis <ianlewis@google.com>
1 parent 0f7720d commit 87a3074

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

internal/builders/gradle/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ inputs:
1717
# BYOB-provided inputs
1818
slsa-workflow-inputs:
1919
# Inputs in JSON format.
20-
description: 'All the onputs'
20+
description: "All the onputs"
2121
type: string
2222
required: true
2323
slsa-layout-file:
24-
description: 'Location to store the layout content'
24+
description: "Location to store the layout content"
2525
type: string
2626
required: true
2727
slsa-workflow-secret1: {}
@@ -43,11 +43,11 @@ inputs:
4343
on:
4444
workflow_call:
4545
runs:
46-
using: 'composite'
46+
using: "composite"
4747
steps:
48-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v 3.5.2
48+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
4949
- name: Set up JDK
50-
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v 3.11.0
50+
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
5151
with:
5252
distribution: temurin
5353
java-version: ${{ fromJson(inputs.slsa-workflow-inputs).jdk-version }}

0 commit comments

Comments
 (0)