Skip to content

Commit c0b5332

Browse files
committed
Update artifact upload action
1 parent 0c6a35e commit c0b5332

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codacy-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
109109
- name: Upload Codacy SARIF artifact
110110
if: always() && hashFiles('codacy.sarif') != ''
111-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
111+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
112112
with:
113113
name: codacy-sarif
114114
path: codacy.sarif

.github/workflows/supply-chain-security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
publish_results: true
140140

141141
- name: Upload Scorecard artifact
142-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
142+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
143143
with:
144144
name: scorecard-sarif
145145
path: scorecard.sarif

0 commit comments

Comments
 (0)