Skip to content

Commit 53560d5

Browse files
Merge pull request #309 from reactive-firewall/dependabot/github_actions/dot-github/workflows/master/actions/upload-artifact-4.6.1
2 parents 3947d68 + 008307b commit 53560d5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/CI-DOCS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
sphinx-lint docs/ 2>&1 >> $GITHUB_STEP_SUMMARY || true ;
7575
if: ${{ !cancelled() }}
7676
- name: Upload Docs Artifact with Python ${{ matrix.python-version }} on ${{ matrix.os }}
77-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
77+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
7878
with:
7979
name: Multicast-Documentation-${{ github.sha }}-${{ matrix.os }}-${{ matrix.python-version }}
8080
path: ./docs/www/

.github/workflows/Tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
verbose: true
128128
fail_ci_if_error: false
129129
- name: Upload Python ${{ matrix.python-version }} Artifact
130-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
130+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
131131
with:
132132
name: Test-Report-${{ matrix.os }}-${{ matrix.python-version }}
133133
path: ./test-reports/
@@ -277,7 +277,7 @@ jobs:
277277
verbose: true
278278
fail_ci_if_error: false
279279
- name: Upload Extra Python ${{ matrix.python-version }} Artifact
280-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
280+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
281281
with:
282282
name: Integration-Test-Report-${{ matrix.os }}-${{ matrix.python-version }}
283283
path: ./test-reports/
@@ -377,7 +377,7 @@ jobs:
377377
verbose: true
378378
fail_ci_if_error: false
379379
- name: Upload Extra Python ${{ matrix.python-version }} Artifact
380-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
380+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
381381
with:
382382
name: Legacy_Setup-Test-Report-${{ matrix.os }}-${{ matrix.python-version }}
383383
path: ./test-reports/

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# uploads of run results in SARIF format to the repository Actions tab.
4747
# https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
4848
- name: "Upload artifact"
49-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
49+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
5050
with:
5151
name: SARIF file
5252
path: results.sarif

0 commit comments

Comments
 (0)