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 @@ -123,7 +123,7 @@ jobs:
123
123
# Currently reusable workflows do not support setting strategy property from the caller workflow.
124
124
- name : Upload the package artifact for debugging and release
125
125
if : matrix.os == env.ARTIFACT_OS && matrix.python == env.ARTIFACT_PYTHON
126
- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
126
+ uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
127
127
with :
128
128
name : artifact-${{ matrix.os }}-python-${{ matrix.python }}
129
129
path : |
Original file line number Diff line number Diff line change 49
49
50
50
# Upload the results as artifacts (optional).
51
51
- name : Upload artifact
52
- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
52
+ uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
53
53
with :
54
54
name : SARIF file
55
55
path : results.sarif
You can’t perform that action at this time.
0 commit comments