Skip to content

Commit d38869d

Browse files
chore(deps): update actions/setup-java action to v3.11.0
1 parent dc84023 commit d38869d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shiftleft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
curl https://cdn.shiftleft.io/download/sl > ${GITHUB_WORKSPACE}/sl && chmod a+rx ${GITHUB_WORKSPACE}/sl
1818
# ShiftLeft requires Java 1.8. Post the package step override the version
1919
- name: Setup Java JDK
20-
uses: actions/setup-java@v3.10.0
20+
uses: actions/setup-java@v3.11.0
2121
with:
2222
java-version: 1.8
2323
- name: Extract branch name

0 commit comments

Comments
 (0)