File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9494 --form description="`$PWD/install/bin/fi_info -l`" \
9595 https://scan.coverity.com/builds?project=ofiwg%2Flibfabric
9696 - name : Upload build logs
97- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
97+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
9898 with :
9999 name : coverity-build-log.txt
100100 path : cov-int/build-log.txt
Original file line number Diff line number Diff line change 7070 $PWD/install/bin/fi_info -l
7171 - name : Upload build logs
7272 if : failure()
73- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
73+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
7474 with :
7575 name : ${{ matrix.os }}-${{ matrix.cc }}-config.log
7676 path : config.log
@@ -115,7 +115,7 @@ jobs:
115115 $PWD/install/bin/fi_info -c FI_HMEM
116116 - name : Upload build logs
117117 if : failure()
118- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
118+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
119119 with :
120120 name : hmem-config.log
121121 path : config.log
@@ -139,7 +139,7 @@ jobs:
139139 make -j2
140140 - name : Upload build logs
141141 if : failure()
142- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
142+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
143143 with :
144144 name : macos-config.log
145145 path : config.log
Original file line number Diff line number Diff line change 6060 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6161 # format to the repository Actions tab.
6262 - name : " Upload artifact"
63- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
63+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
6464 with :
6565 name : SARIF file
6666 path : results.sarif
You can’t perform that action at this time.
0 commit comments