File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -352,7 +352,7 @@ jobs:
352352 printf '%s' "${METADATA}" > "$CACHE_FILE_NAME"
353353
354354 - name : Upload artifact metadata
355- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
355+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
356356 with :
357357 path : ${{ env.BASE_CACHE_FILE_NAME }}
358358 name : ${{ env.BASE_BUILD_NAME }}-${{ matrix.os }}-${{ github.run_id }}
@@ -533,7 +533,7 @@ jobs:
533533 printf '%s' "${METADATA}" > "$CACHE_FILE_NAME"
534534
535535 - name : Upload artifact metadata
536- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
536+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
537537 with :
538538 path : ${{ env.BUILD_CACHE_FILE_NAME }}
539539 name : ${{ matrix.build }}-${{ matrix.os }}-${{ github.run_id }}
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ jobs:
225225 echo "image_tag=$IMAGE_TAG" >> "$GITHUB_OUTPUT"
226226
227227 - name : Upload artifact metadata
228- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
228+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
229229 with :
230230 path : |
231231 ${{ env.BASE_BUILD_NAME }}_${{ matrix.arch }}_tag_id
@@ -406,7 +406,7 @@ jobs:
406406 echo "image_tag=$IMAGE_TAG" >> "$GITHUB_OUTPUT"
407407
408408 - name : Upload artifact metadata
409- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
409+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
410410 with :
411411 path : |
412412 ${{ matrix.build }}_${{ matrix.arch }}_tag_id
Original file line number Diff line number Diff line change @@ -397,7 +397,7 @@ jobs:
397397 Set-Content -Path $cacheFileName -Value $imageRef -NoNewline
398398
399399 - name : Upload artifact metadata
400- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
400+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
401401 with :
402402 path : ${{ env.BASE_IMAGE_NAME }}_${{ matrix.os }}_${{ matrix.component }}
403403 name : ${{ env.BASE_IMAGE_NAME }}-${{ matrix.os }}-${{ matrix.component }}-${{ github.run_id }}
@@ -560,7 +560,7 @@ jobs:
560560 Set-Content -Path $cacheFileName -Value $imageRef -NoNewline
561561
562562 - name : Upload artifact metadata
563- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
563+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
564564 with :
565565 path : ${{ env.BASE_BUILD_IMAGE_NAME }}_${{ matrix.os }}_${{ matrix.component }}
566566 name : ${{ env.BASE_BUILD_IMAGE_NAME }}-${{ matrix.os }}-${{ matrix.component }}-${{ github.run_id }}
Original file line number Diff line number Diff line change 7373 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
7474 # format to the repository Actions tab.
7575 - name : " Upload artifact"
76- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
76+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7777 with :
7878 name : SARIF file
7979 path : results.sarif
You can’t perform that action at this time.
0 commit comments