Skip to content

Commit e727b3d

Browse files
chore: clarify usage of setup-java in ci workflow (#382)
Signed-off-by: Travis Truman <[email protected]> Co-authored-by: Ben Cotton <[email protected]>
1 parent d62c0c2 commit e727b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/oscal-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
check-latest: true
3737
cache: true
3838

39-
- name: Setup Java
39+
- name: Setup Java # this is here because oscal-cli-action below needs a java runtime
4040
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165
4141
id: setup-java
4242
with:

0 commit comments

Comments
 (0)