File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,14 +62,14 @@ jobs:
6262 "${runners[0]}" help
6363
6464 - name : Upload target
65- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
65+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6666 with :
6767 name : target
6868 path : target/
6969 if-no-files-found : error
7070
7171 - name : Upload runner binary
72- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
72+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7373 with :
7474 name : runner
7575 path : target/github-stats-*-runner
@@ -140,7 +140,7 @@ jobs:
140140 run : ./${{ env.RUNNER }} collect-stats --organization=redhat-cop --csv-output=/tmp/redhat-cop-collect-stats.csv --repository-limit=5
141141
142142 - name : Upload /tmp/*.csv
143- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
143+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
144144 with :
145145 name : outputs.csv
146146 path : /tmp/*.csv
Original file line number Diff line number Diff line change 5959 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6060 # format to the repository Actions tab.
6161 - name : " Upload artifact"
62- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
62+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6363 with :
6464 name : SARIF file
6565 path : results.sarif
You can’t perform that action at this time.
0 commit comments