Skip to content

Commit 5db59dc

Browse files
dependabot[bot]behnazh-w
authored andcommitted
chore(deps): bump actions/upload-artifact from 3.1.1 to 3.1.2 (#22)
1 parent f5975e9 commit 5db59dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
# Currently reusable workflows do not support setting strategy property from the caller workflow.
124124
- name: Upload the package artifact for debugging and release
125125
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
127127
with:
128128
name: artifact-${{ matrix.os }}-python-${{ matrix.python }}
129129
path: |

.github/workflows/scorecards-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
# Upload the results as artifacts (optional).
5151
- name: Upload artifact
52-
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
52+
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
5353
with:
5454
name: SARIF file
5555
path: results.sarif

0 commit comments

Comments
 (0)