File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -49,26 +49,14 @@ jobs:
49
49
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
50
50
# format to the repository Actions tab.
51
51
- name : " Upload artifact"
52
- <<<<<<< HEAD
53
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
54
- ||||||| parent of 165bb533d0c5 (Bump the github-actions group with 13 updates (#1721))
55
- uses : actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
56
- =======
57
52
uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
58
- >>>>>>> 165bb533d0c5 (Bump the github-actions group with 13 updates (#1721))
59
53
with :
60
54
name : SARIF file
61
55
path : results.sarif
62
56
retention-days : 5
63
57
64
58
# Upload the results to GitHub's code scanning dashboard.
65
59
- name : " Upload to code-scanning"
66
- <<<<<<< HEAD
67
- uses : github/codeql-action/upload-sarif@80f993039571a6de66594ecaa432875a6942e8e0 # v2.20.6
68
- ||||||| parent of 165bb533d0c5 (Bump the github-actions group with 13 updates (#1721))
69
- uses : github/codeql-action/upload-sarif@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4
70
- =======
71
- uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
72
- >>>>>>> 165bb533d0c5 (Bump the github-actions group with 13 updates (#1721))
60
+ uses : github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
73
61
with :
74
62
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments