File tree Expand file tree Collapse file tree 17 files changed +60
-60
lines changed Expand file tree Collapse file tree 17 files changed +60
-60
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ jobs:
255255 run : ./certsuite claim show failures -c certsuite-out/claim.json
256256
257257 - name : Upload smoke test results as an artifact
258- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
258+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
259259 if : always()
260260 with :
261261 name : smoke-tests
@@ -272,7 +272,7 @@ jobs:
272272 run : ./certsuite run --label-filter=preflight --log-level="${SMOKE_TESTS_LOG_LEVEL}"
273273
274274 - name : Upload preflight smoke test results as an artifact
275- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
275+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
276276 if : always()
277277 with :
278278 name : preflight-smoke-tests
@@ -381,7 +381,7 @@ jobs:
381381 --label-filter="${SMOKE_TESTS_LABELS_FILTER}"
382382
383383 - name : Upload container test results as an artifact
384- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
384+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
385385 if : always()
386386 with :
387387 name : smoke-tests-container
Original file line number Diff line number Diff line change 5959 outputs : type=docker,dest=/tmp/testimage.tar
6060
6161 - name : Store image as artifact
62- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
62+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6363 with :
6464 name : testimage
6565 path : /tmp/testimage.tar
9898 make-command : ' install-for-qe'
9999
100100 - name : Download image from artifact
101- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
101+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
102102 with :
103103 name : testimage
104104 path : /tmp
Original file line number Diff line number Diff line change 6464 outputs : type=docker,dest=/tmp/testimage.tar
6565
6666 - name : Store image as artifact
67- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
67+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6868 with :
6969 name : testimage
7070 path : /tmp/testimage.tar
8888 run : make build-certsuite-tool
8989
9090 - name : Store binary as artifact
91- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
91+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9292 with :
9393 name : certsuite-binary
9494 path : ./certsuite
@@ -127,7 +127,7 @@ jobs:
127127 make-command : ' install-for-qe'
128128
129129 - name : Download image from artifact
130- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
130+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
131131 with :
132132 name : testimage
133133 path : /tmp
@@ -137,7 +137,7 @@ jobs:
137137
138138 - name : Download binary from artifact
139139 if : github.event_name == 'schedule'
140- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
140+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
141141 with :
142142 name : certsuite-binary
143143 path : .
Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ jobs:
4747 run : make build-certsuite-tool
4848
4949 - name : Store image as artifact
50- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
50+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5151 with :
5252 name : testimage
5353 path : ${{ runner.temp }}/testimage-414.tar
5454
5555 - name : Store binary as artifact
56- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
56+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5757 with :
5858 name : certsuite-binary
5959 path : ./certsuite
@@ -110,7 +110,7 @@ jobs:
110110 sudo rm -rf ${{env.CERTSUITE_REPORT_DIR}}
111111
112112 - name : Download image from artifact
113- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
113+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
114114 with :
115115 name : testimage
116116 path : ${{ runner.temp }}
@@ -126,7 +126,7 @@ jobs:
126126 command : cd ${GITHUB_WORKSPACE}/certsuite-qe; FEATURES=${{matrix.suite}} CERTSUITE_REPO_PATH=${GITHUB_WORKSPACE} CERTSUITE_IMAGE=${{env.CERTSUITE_IMAGE_NAME}} CERTSUITE_IMAGE_TAG=${{env.TEST_CERTSUITE_IMAGE_TAG}} JOB_ID=${{github.run_id}} DISABLE_INTRUSIVE_TESTS=false ENABLE_PARALLEL=true ENABLE_FLAKY_RETRY=true make test-features
127127
128128 - name : Download binary from artifact
129- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
129+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
130130 with :
131131 name : certsuite-binary
132132 path : .
Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ jobs:
4747 run : make build-certsuite-tool
4848
4949 - name : Store image as artifact
50- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
50+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5151 with :
5252 name : testimage
5353 path : ${{ runner.temp }}/testimage-414.tar
5454
5555 - name : Store binary as artifact
56- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
56+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5757 with :
5858 name : certsuite-binary
5959 path : ./certsuite
@@ -109,7 +109,7 @@ jobs:
109109 sudo rm -rf ${{env.CERTSUITE_REPORT_DIR}}
110110
111111 - name : Download image from artifact
112- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
112+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
113113 with :
114114 name : testimage
115115 path : ${{ runner.temp }}
@@ -125,7 +125,7 @@ jobs:
125125 command : cd ${GITHUB_WORKSPACE}/certsuite-qe; FEATURES=${{matrix.suite}} CERTSUITE_REPO_PATH=${GITHUB_WORKSPACE} CERTSUITE_IMAGE=${{env.CERTSUITE_IMAGE_NAME}} CERTSUITE_IMAGE_TAG=${{env.TEST_CERTSUITE_IMAGE_TAG}} JOB_ID=${{github.run_id}} DISABLE_INTRUSIVE_TESTS=true ENABLE_PARALLEL=true ENABLE_FLAKY_RETRY=true make test-features
126126
127127 - name : Download binary from artifact
128- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
128+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
129129 with :
130130 name : certsuite-binary
131131 path : .
Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ jobs:
4747 run : make build-certsuite-tool
4848
4949 - name : Store image as artifact
50- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
50+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5151 with :
5252 name : testimage
5353 path : ${{ runner.temp }}/testimage-415.tar
5454
5555 - name : Store binary as artifact
56- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
56+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5757 with :
5858 name : certsuite-binary
5959 path : ./certsuite
@@ -110,7 +110,7 @@ jobs:
110110 sudo rm -rf ${{env.CERTSUITE_REPORT_DIR}}
111111
112112 - name : Download image from artifact
113- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
113+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
114114 with :
115115 name : testimage
116116 path : ${{ runner.temp }}
@@ -126,7 +126,7 @@ jobs:
126126 command : cd ${GITHUB_WORKSPACE}/certsuite-qe; FEATURES=${{matrix.suite}} CERTSUITE_REPO_PATH=${GITHUB_WORKSPACE} CERTSUITE_IMAGE=${{env.CERTSUITE_IMAGE_NAME}} CERTSUITE_IMAGE_TAG=${{env.TEST_CERTSUITE_IMAGE_TAG}} JOB_ID=${{github.run_id}} DISABLE_INTRUSIVE_TESTS=false ENABLE_PARALLEL=true ENABLE_FLAKY_RETRY=true make test-features
127127
128128 - name : Download binary from artifact
129- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
129+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
130130 with :
131131 name : certsuite-binary
132132 path : .
Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ jobs:
4747 run : make build-certsuite-tool
4848
4949 - name : Store image as artifact
50- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
50+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5151 with :
5252 name : testimage
5353 path : ${{ runner.temp }}/testimage-415.tar
5454
5555 - name : Store binary as artifact
56- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
56+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5757 with :
5858 name : certsuite-binary
5959 path : ./certsuite
@@ -109,7 +109,7 @@ jobs:
109109 sudo rm -rf ${{env.CERTSUITE_REPORT_DIR}}
110110
111111 - name : Download image from artifact
112- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
112+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
113113 with :
114114 name : testimage
115115 path : ${{ runner.temp }}
@@ -125,7 +125,7 @@ jobs:
125125 command : cd ${GITHUB_WORKSPACE}/certsuite-qe; FEATURES=${{matrix.suite}} CERTSUITE_REPO_PATH=${GITHUB_WORKSPACE} CERTSUITE_IMAGE=${{env.CERTSUITE_IMAGE_NAME}} CERTSUITE_IMAGE_TAG=${{env.TEST_CERTSUITE_IMAGE_TAG}} JOB_ID=${{github.run_id}} DISABLE_INTRUSIVE_TESTS=true ENABLE_PARALLEL=true ENABLE_FLAKY_RETRY=true make test-features
126126
127127 - name : Download binary from artifact
128- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
128+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
129129 with :
130130 name : certsuite-binary
131131 path : .
Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ jobs:
4747 run : make build-certsuite-tool
4848
4949 - name : Store image as artifact
50- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
50+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5151 with :
5252 name : testimage
5353 path : ${{ runner.temp }}/testimage-416.tar
5454
5555 - name : Store binary as artifact
56- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
56+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5757 with :
5858 name : certsuite-binary
5959 path : ./certsuite
@@ -110,7 +110,7 @@ jobs:
110110 sudo rm -rf ${{env.CERTSUITE_REPORT_DIR}}
111111
112112 - name : Download image from artifact
113- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
113+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
114114 with :
115115 name : testimage
116116 path : ${{ runner.temp }}
@@ -126,7 +126,7 @@ jobs:
126126 command : cd ${GITHUB_WORKSPACE}/certsuite-qe; FEATURES=${{matrix.suite}} CERTSUITE_REPO_PATH=${GITHUB_WORKSPACE} CERTSUITE_IMAGE=${{env.CERTSUITE_IMAGE_NAME}} CERTSUITE_IMAGE_TAG=${{env.TEST_CERTSUITE_IMAGE_TAG}} JOB_ID=${{github.run_id}} DISABLE_INTRUSIVE_TESTS=false ENABLE_PARALLEL=true ENABLE_FLAKY_RETRY=true make test-features
127127
128128 - name : Download binary from artifact
129- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
129+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
130130 with :
131131 name : certsuite-binary
132132 path : .
Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ jobs:
4747 run : make build-certsuite-tool
4848
4949 - name : Store image as artifact
50- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
50+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5151 with :
5252 name : testimage
5353 path : ${{ runner.temp }}/testimage-416.tar
5454
5555 - name : Store binary as artifact
56- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
56+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5757 with :
5858 name : certsuite-binary
5959 path : ./certsuite
@@ -109,7 +109,7 @@ jobs:
109109 sudo rm -rf ${{env.CERTSUITE_REPORT_DIR}}
110110
111111 - name : Download image from artifact
112- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
112+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
113113 with :
114114 name : testimage
115115 path : ${{ runner.temp }}
@@ -125,7 +125,7 @@ jobs:
125125 command : cd ${GITHUB_WORKSPACE}/certsuite-qe; FEATURES=${{matrix.suite}} CERTSUITE_REPO_PATH=${GITHUB_WORKSPACE} CERTSUITE_IMAGE=${{env.CERTSUITE_IMAGE_NAME}} CERTSUITE_IMAGE_TAG=${{env.TEST_CERTSUITE_IMAGE_TAG}} JOB_ID=${{github.run_id}} DISABLE_INTRUSIVE_TESTS=true ENABLE_PARALLEL=true ENABLE_FLAKY_RETRY=true make test-features
126126
127127 - name : Download binary from artifact
128- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
128+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
129129 with :
130130 name : certsuite-binary
131131 path : .
Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ jobs:
4747 run : make build-certsuite-tool
4848
4949 - name : Store image as artifact
50- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
50+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5151 with :
5252 name : testimage
5353 path : ${{ runner.temp }}/testimage-417.tar
5454
5555 - name : Store binary as artifact
56- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
56+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5757 with :
5858 name : certsuite-binary
5959 path : ./certsuite
@@ -110,7 +110,7 @@ jobs:
110110 sudo rm -rf ${{env.CERTSUITE_REPORT_DIR}}
111111
112112 - name : Download image from artifact
113- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
113+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
114114 with :
115115 name : testimage
116116 path : ${{ runner.temp }}
@@ -126,7 +126,7 @@ jobs:
126126 command : cd ${GITHUB_WORKSPACE}/certsuite-qe; FEATURES=${{matrix.suite}} CERTSUITE_REPO_PATH=${GITHUB_WORKSPACE} CERTSUITE_IMAGE=${{env.CERTSUITE_IMAGE_NAME}} CERTSUITE_IMAGE_TAG=${{env.TEST_CERTSUITE_IMAGE_TAG}} JOB_ID=${{github.run_id}} DISABLE_INTRUSIVE_TESTS=false ENABLE_PARALLEL=true ENABLE_FLAKY_RETRY=true make test-features
127127
128128 - name : Download binary from artifact
129- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
129+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
130130 with :
131131 name : certsuite-binary
132132 path : .
You can’t perform that action at this time.
0 commit comments