File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149
149
150
150
# Store built plugin as an artifact for downloading
151
151
- name : Upload artifacts
152
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
152
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
153
153
with :
154
154
name : " ${{ steps.properties.outputs.name }} - ${{ steps.properties.outputs.version }}"
155
155
path : ./build/distributions/*
Original file line number Diff line number Diff line change 60
60
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
61
61
# format to the repository Actions tab.
62
62
- name : " Upload artifact"
63
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
63
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
64
64
with :
65
65
name : SARIF file
66
66
path : results.sarif
You can’t perform that action at this time.
0 commit comments