We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc84023 commit d38869dCopy full SHA for d38869d
.github/workflows/shiftleft.yml
@@ -17,7 +17,7 @@ jobs:
17
curl https://cdn.shiftleft.io/download/sl > ${GITHUB_WORKSPACE}/sl && chmod a+rx ${GITHUB_WORKSPACE}/sl
18
# ShiftLeft requires Java 1.8. Post the package step override the version
19
- name: Setup Java JDK
20
- uses: actions/setup-java@v3.10.0
+ uses: actions/setup-java@v3.11.0
21
with:
22
java-version: 1.8
23
- name: Extract branch name
0 commit comments