Commit 6ca5572 1 parent 2e8efb3 commit 6ca5572 Copy full SHA for 6ca5572
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,15 +49,15 @@ jobs:
49
49
50
50
- if : always()
51
51
name : Upload artifact with defects in SARIF format
52
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
52
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
53
53
with :
54
54
name : Differential ShellCheck SARIF
55
55
path : ${{ steps.ShellCheck.outputs.sarif }}
56
56
retention-days : 7
57
57
58
58
- if : always()
59
59
name : Upload artifact with defects in XHTML format
60
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
60
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
61
61
with :
62
62
name : Differential ShellCheck HTML
63
63
path : ${{ steps.ShellCheck.outputs.html }}
Original file line number Diff line number Diff line change 52
52
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
53
53
# format to the repository Actions tab.
54
54
- name : Upload artifact
55
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
55
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
56
56
with :
57
57
name : SARIF file
58
58
path : results.sarif
You can’t perform that action at this time.
0 commit comments