File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed 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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
19+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
2020 if : ${{ always() }}
2121 with :
2222 name : Open Test Reports (${{ github.job }})
Original file line number Diff line number Diff line change 6767 -Dscan.tag.JDK_${{ matrix.jdk.version }} \
6868 build \
6969 --no-configuration-cache #Disable configuration cache due to https://github.com/diffplug/spotless/issues/2318
70- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
70+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
7171 if : ${{ always() }}
7272 with :
7373 name : Open Test Reports (${{ github.job }} ${{ matrix.jdk.version }} (${{ matrix.jdk.release || matrix.jdk.type }}))
@@ -109,7 +109,7 @@ jobs:
109109 -Dscan.tag.OpenJ9 \
110110 build \
111111 --no-configuration-cache # Disable configuration cache due to https://github.com/diffplug/spotless/issues/2318
112- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
112+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
113113 if : ${{ always() }}
114114 with :
115115 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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.pre.node20
51+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.pre.node20
5252 with :
5353 name : SARIF file
5454 path : results.sarif
Original file line number Diff line number Diff line change 5555 with :
5656 subject-path : build/repo/**/*.jar
5757 - name : Upload local repository for later jobs
58- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
58+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
5959 with :
6060 name : local-maven-repository
6161 path : build/repo
You can’t perform that action at this time.
0 commit comments