Skip to content

Commit 90e1b5a

Browse files
ci(deps): Bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fcdb725 commit 90e1b5a

19 files changed

+27
-27
lines changed

.github/workflows/argus-phase-27-deep-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
upload-reports: true
7878

7979
- name: Upload Deep Analysis Report
80-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
80+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
8181
if: always()
8282
with:
8383
name: phase-27-conservative-report
@@ -114,7 +114,7 @@ jobs:
114114
enable-remediation: true
115115

116116
- name: Upload Full Analysis Report
117-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
117+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
118118
if: always()
119119
with:
120120
name: phase-27-full-weekly-report-${{ github.run_number }}
@@ -169,7 +169,7 @@ jobs:
169169
upload-reports: true
170170

171171
- name: Upload Manual Analysis Report
172-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
172+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
173173
if: always()
174174
with:
175175
name: phase-27-manual-analysis-${{ github.run_number }}
@@ -215,7 +215,7 @@ jobs:
215215
cp -r .argus/reviews/* benchmarks/conservative/
216216
217217
- name: Upload Benchmark Comparison
218-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
218+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
219219
with:
220220
name: phase-27-benchmark-comparison-${{ github.run_number }}
221221
path: benchmarks/

.github/workflows/automated-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
security
105105
106106
- name: Upload Audit Reports
107-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
107+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
108108
with:
109109
name: audit-report-${{ matrix.repository }}
110110
path: target-repo/audit-reports/

.github/workflows/code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ jobs:
299299
echo "review_type=$REVIEW_TYPE" >> $GITHUB_OUTPUT
300300
301301
- name: Upload Review Reports
302-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
302+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
303303
with:
304304
name: code-review-reports-${{ github.run_number }}
305305
path: .argus/reviews/

.github/workflows/dependency-review.yml

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

9191
- name: Upload pip-audit results
9292
if: always()
93-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
93+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
9494
with:
9595
name: pip-audit-results
9696
path: pip-audit.json

.github/workflows/health-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
170170
- name: Upload health check report
171171
if: always() && inputs.save-report
172-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
172+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
173173
with:
174174
name: health-check-report-py${{ inputs.python-version }}
175175
path: health-report.json

.github/workflows/hotfix-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
echo "✅ Hotfix SBOM generated"
168168
169169
- name: Upload artifacts
170-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
170+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
171171
with:
172172
name: hotfix-artifacts
173173
path: |

.github/workflows/hybrid-security-scan.yml

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

187187
- name: Upload Results as Artifacts
188188
if: always()
189-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
189+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
190190
with:
191191
name: hybrid-security-results-${{ github.run_id }}
192192
path: .argus/hybrid-results/

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
108108
- name: Upload test results
109109
if: always()
110-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
110+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
111111
with:
112112
name: integration-test-results-${{ matrix.python-version }}
113113
path: |
@@ -205,7 +205,7 @@ jobs:
205205
206206
- name: Upload regression test results
207207
if: always()
208-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
208+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
209209
with:
210210
name: regression-test-results
211211
path: regression-test-results.xml

.github/workflows/post-deploy-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
9494
- name: Upload results
9595
if: always()
96-
uses: actions/upload-artifact@v4
96+
uses: actions/upload-artifact@v7
9797
with:
9898
name: post-deploy-scan-results
9999
path: |

.github/workflows/publish-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
output-file: sbom.spdx.json
8181

8282
- name: Upload SBOM artifact
83-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
83+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
8484
with:
8585
name: container-sbom
8686
path: sbom.spdx.json

0 commit comments

Comments
 (0)