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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
152
+ uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
63
+ uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
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