File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121
121
122
122
- name : Upload SonarCloud files
123
123
if : ${{ github.ref_name == 'main' && github.repository_owner == 'testcontainers' && inputs.run-tests && !inputs.rootless-docker }}
124
- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
124
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v3
125
125
with :
126
126
name : sonarcloud
127
127
path : |
Original file line number Diff line number Diff line change 43
43
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
44
44
# format to the repository Actions tab.
45
45
- name : " Upload artifact"
46
- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1 .3
46
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4 .3
47
47
with :
48
48
name : SARIF file
49
49
path : results.sarif
You can’t perform that action at this time.
0 commit comments