File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 62
62
category : " /language:${{matrix.language}}"
63
63
64
64
- name : Upload CodeQL Analysis Results
65
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
65
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
66
66
with :
67
67
path : ${{ steps.analyze.outputs.sarif-output }}
Original file line number Diff line number Diff line change 29
29
uses : microsoft/DevSkim-Action@914fa647b406c387000300b2f09bb28691be2b6d # v1.0.14
30
30
31
31
- name : Upload DevSkim scan results to GitHub Security tab
32
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
32
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
33
33
with :
34
34
path : devskim-results.sarif
Original file line number Diff line number Diff line change @@ -49,13 +49,13 @@ jobs:
49
49
run : cmd /c "$env:VSDevTestCmd" /Parallel /EnableCodeCoverage /Logger:trx "${{github.workspace}}\\bin\\${{matrix.platform}}\\UnitTest\\${{matrix.configuration}}\\UnitTest.dll"
50
50
51
51
# - name: Upload Event File
52
- # uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
52
+ # uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
53
53
# with:
54
54
# name: Event File (${{ matrix.platform }} - ${{ matrix.configuration }})
55
55
# path: ${{ github.event_path }}
56
56
57
57
- name : Upload Test Result Files
58
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
58
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
59
59
if : always()
60
60
with :
61
61
name : Test Results (${{ matrix.platform }} - ${{ matrix.configuration }})
Original file line number Diff line number Diff line change 63
63
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
64
64
# format to the repository Actions tab.
65
65
- name : " Upload artifact"
66
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
66
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
67
67
with :
68
68
name : SARIF file
69
69
path : results.sarif
You can’t perform that action at this time.
0 commit comments