File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 with :
1717 arguments : ${{ inputs.arguments }}
1818 encryptionKey : ${{ inputs.encryptionKey }}
19- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
19+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
2020 if : ${{ always() }}
2121 with :
2222 name : Open Test Reports (${{ github.job }})
Original file line number Diff line number Diff line change 7474 -Dscan.tag.JDK_${{ matrix.jdk.version }} \
7575 build \
7676 --no-configuration-cache #Disable configuration cache due to https://github.com/diffplug/spotless/issues/2318
77- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
77+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7878 if : ${{ always() }}
7979 with :
8080 name : Open Test Reports (${{ github.job }} ${{ matrix.jdk.version }} (${{ matrix.jdk.release || matrix.jdk.type }}))
@@ -117,7 +117,7 @@ jobs:
117117 -Dscan.tag.OpenJ9 \
118118 build \
119119 --no-configuration-cache # Disable configuration cache due to https://github.com/diffplug/spotless/issues/2318
120- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
120+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
121121 if : ${{ always() }}
122122 with :
123123 name : Open Test Reports (${{ github.job }})
Original file line number Diff line number Diff line change 4848 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4949 # format to the repository Actions tab.
5050 - name : " Upload artifact"
51- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
51+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5252 with :
5353 name : SARIF file
5454 path : results.sarif
You can’t perform that action at this time.
0 commit comments