This commit is contained in:
Chris Frohoff
2022-03-20 22:04:18 -07:00
parent 779ee143c9
commit f0fa3a667e
+13 -1
View File
@@ -58,7 +58,7 @@ jobs:
# version: ${{ fromJson(needs.set-matrix.outputs.versions) }} # broken in act
version:
- 7u21-jdk
# - 7u25-jdk
- 7u25-jdk
runs-on: ubuntu-latest
container:
image: vulhub/java:${{ matrix.version }}
@@ -75,4 +75,16 @@ jobs:
name: out-${{ matrix.version }}
path: out.txt
analyze:
needs: run-java
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
with:
path: artifacts
- run: cat artifacts/out* out.txt
- uses: actions/upload-artifact@v3
with:
name: out
path: out.txt