83
83
run : |
84
84
./gradlew --no-daemon jacocoTestReport
85
85
- name : Upload Test Report
86
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
86
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
87
87
if : always() # always run even if the previous step fails
88
88
with :
89
89
name : junit-test-results-${{ matrix.os }}
97
97
verbose : true # optional (default = false)
98
98
- name : build-choco-package
99
99
if : runner.os == 'Windows'
100
- uses : actions/setup-dotnet@71a4fd9b27383962fc5df13a9c871636b43199b4 # v1
100
+ uses : actions/setup-dotnet@871f041373faaad213a635d9afb62905ec029bbb # v1
101
101
with :
102
102
dotnet-version : ' 2.2.204' # SDK Version to use.
103
103
- name : build-choco
@@ -106,20 +106,20 @@ jobs:
106
106
powershell
107
107
choco pack build/choco/jbang.nuspec
108
108
- name : Archive build results
109
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
109
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
110
110
if : always()
111
111
with :
112
112
name : ${{ runner.os }}-build-${{ github.sha }}
113
113
path : build
114
114
- name : Upload jbang.zip
115
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
115
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
116
116
if : always() && runner.os != 'Windows'
117
117
with :
118
118
name : jbang-${{ github.sha }}
119
119
path : build/install/jbang
120
120
- name : Write out Unit Test report annotation for forked repo
121
121
if : always()
122
- uses : mikepenz/action-junit-report@b14027d33d3a745ccc4d6a12f649e83110b5a373 # v5
122
+ uses : mikepenz/action-junit-report@97744eca465b8df9e6e33271cb155003f85327f1 # v5
123
123
with :
124
124
report_paths : ' **/build/test-results/test/TEST-*.xml'
125
125
annotate_only : true # forked repo cannot write to checks so just do annotations
@@ -138,7 +138,7 @@ jobs:
138
138
with :
139
139
distribution : ' temurin'
140
140
java-version : ${{ matrix.java }}
141
- - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
141
+ - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
142
142
with :
143
143
name : ${{ runner.os }}-build-${{ github.sha }}
144
144
path : build
0 commit comments